added metadata; fixed line endings
This commit is contained in:
Родитель
0028b8ea1a
Коммит
1a40a94cab
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: AppSettings
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Get app title and version info
|
||||
|
||||
Gets the title and version of an app as specified in the project manifest.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: NetworkingAndWebServices
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Get the Bing image of the day URI
|
||||
|
||||
Gets the URI for the the Bing image of the day, optionally
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: GraphicsAndAnimation
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Capture an image
|
||||
|
||||
Captures an image using the device's camera and returns it as a bitmap.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: ControlsLayoutAndText
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Get or set clipboard text
|
||||
|
||||
Gets or sets the current clipboard text.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: GraphicsAndAnimation
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Get all system colors as a collection
|
||||
|
||||
Gets a collection containing all system colors supported in Universal Windows Platform (UWP) apps.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: GraphicsAndAnimation
|
||||
language: cpp
|
||||
-->
|
||||
|
||||
# Convert the DPI of rectangles (C++)
|
||||
|
||||
Converts a rectangle in a window from logical coordinates to physical coordinates or vice-versa,
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: GraphicsAndAnimation
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Convert RGB to HSV
|
||||
|
||||
Converts RGB (red, green, blue) color values to HSV (hue, saturation, value).
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: GraphicsAndAnimation
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Convert hex to color
|
||||
|
||||
Converts a hexadecimal string representation of a color to its Windows.UI.Color ARGB (alpha, red, green, blue) equivalent or vice-versa.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: Data
|
||||
language: cs
|
||||
--->
|
||||
|
||||
# Implement change notification
|
||||
|
||||
Provides a simple, standard change-notification implementation.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: FilesFoldersAndLibraries
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Determine whether a file exists
|
||||
|
||||
Determines whether a file exists in a given folder or a folder subtree. The file name should include the extension, but is not case-sensitive.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: FilesFoldersAndLibraries
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Preserve access to a StorageFolder
|
||||
|
||||
Saves access permissions to a specific StorageFolder that a user has granted access to.
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
<!---
|
||||
category: CustomUserInteractions Inking
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Data-bind an InkCanvas control
|
||||
|
||||
Enables you use XAML data binding with ink stroke data in an InkCanvas control.
|
||||
Enables you to use XAML data binding with ink stroke data in an InkCanvas control.
|
||||
|
||||
The InkCanvas class does not expose a dependency property for its ink stroke data, so there is no built-in target for data binding.
|
||||
This snippet provides a InkStrokes attached property that you can use to bind to an InkStrokeContainer. This enables you to manipulate
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: FilesFoldersAndLibraries
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Launch executable
|
||||
|
||||
Launches the default app or other executable (.exe or .bat file) associated with the specified filename extension.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: MapsAndLocation
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Get a device's current location
|
||||
|
||||
Gets the device's current location (represented as longitude and latitude), if the user allows it.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: AudioVideoAndCamera
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Concatenate media files
|
||||
|
||||
Concatenate two or more media files and save the result to a file using the specified preferences.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: AudioVideoAndCamera
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Play a sound once or looped
|
||||
|
||||
Plays a sound, either once or continuously.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: ControlsLayoutAndText
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Show a dialog box
|
||||
|
||||
These methods provide convenient ways to show a dialog box,
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: NetworkingAndWebServices
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Sending and receiving a message over TCP
|
||||
|
||||
These methods provide simple string-based communication over a TCP socket connection:
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: NetworkingAndWebServices
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Sending and receiving a message over UDP
|
||||
|
||||
These methods provide simple string-based communication over a UDP socket connection:
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: ControlsLayoutAndText
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Show a pop-up asking the user to rate the app on its Store page
|
||||
|
||||
Displays a pop-up message that asks the user to rate the app. If the user agrees,
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<!---
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Time-specific salutation
|
||||
|
||||
Generates a simple greeting based on the time of day.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: Threading
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Update the UI thread from a background thread
|
||||
|
||||
Enables code running on a background thread to schedule work that will run on the UI thread.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: Threading
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Await a UI task sent from a background thread
|
||||
|
||||
Enables code running on a background thread to await a task that must run on the UI thread.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: Threading
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Update the UI after a delay
|
||||
|
||||
Performs the specified action after the specified number of milliseconds.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: Threading
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Update the UI from a periodic timer
|
||||
|
||||
Performs the specified action at the specified interval in minutes.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!---
|
||||
category: IdentitySecurityAndEncryption
|
||||
language: cs
|
||||
-->
|
||||
|
||||
# Get user info
|
||||
|
||||
Helpers for getting basic info about the current system user, such as their name or domain.
|
||||
|
|
Загрузка…
Ссылка в новой задаче