InTheHand
Provides methods for launching the built-in phone call UI.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- macOSOS X 10.7 and later
- iOSiOS 9.0 and later
- TizenTizen 4.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Launches the built-in phone call UI with the specified phone number and display name.
A phone number.
This should be in international format e.g. +12345678901
A display name.
Represents a chat message.
Creates a new instance of the class.
Gets or sets the body of the chat message.
Gets the list of recipients of the message.
Provides methods for managing chat messages.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- macOSOS X 10.7 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Shows the compose SMS dialog, pre-populated with data from the supplied ChatMessage object, allowing the user to send an SMS message.
The chat message.
An asynchronous action.
Launches the device's SMS settings app.
Gets and sets information from the clipboard object.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Removes all data from the Clipboard.
Gets the current content that is stored in the clipboard object.
Contains the content of the Clipboard.
Sets the current content that is stored in the clipboard object.
Contains the content of the clipboard.
If NULL, the clipboard is emptied.
Occurs when the data stored in the Clipboard changes.
Contains the data that a user wants to exchange with another app.
Constructor that creates a new .
Allows you to get and set properties like the title of the content being shared.
Returns a object.
This object is a read-only copy of the object.
The object that is a read-only copy of the object.
Sets the data contained in the DataPackage.
Specifies the format of the data.
We recommend that you set this value by using the StandardDataFormats class.
Specifies the content that the DataPackage contains.
Sets a delegate to handle requests from the target app.
Specifies the format of the data.
We recommend that you set this value by using the StandardDataFormats class.
A delegate that is responsible for processing requests from a target app.
Sets the text that a contains.
The text.
Sets the web link that a contains.
A URI with an http or https scheme that corresponds to the content being displayed to the user.
Whenever possible, you should set this property.
A source app provides a value for this property, and a target app reads the value.
Use this property to indicate the source of the shared content.
Sets the application link that a contains.
A URI with a scheme that isn't http or https that's handled by the source app.
Whenever possible, you should set this property.
This URI represents a deep link that takes the user back to the currently displayed content.
A source app provides a value for this property, and a target app reads the value.
Use this property to indicate the source of the shared content.
The scheme of this URI must not be http or https.
The app sharing this URI must be capable of being the default handler, although it may not be set as the default handler.
Defines a set of properties to use with a object.
Gets or sets the text that displays as a title for the contents of the object.
Gets or sets text that describes the contents of the .
We recommend adding a description to a DataPackage object if you can.
Target apps can use this description to help users identify what content they're sharing.
Gets the set of properties of a object.
Gets the text that displays as a title for the contents of the object.
Gets the text that describes the contents of the .
A read-only version of a .
Apps that receive shared content get this object when acquiring content.
Returns the formats the contains.
Gets a object, which contains a read-only set of properties for the data in the object.
Checks to see if the contains a specific data format.
The name of the format.
True if the contains the format; false otherwise.
Gets the data contained in the .
The format of the data.
The data.
Gets the text in the object.
Gets the application link in the object.
Gets the web link in the object.
An object of this type is passed to the delegate.
Specifies the format id.
Sets the content of the DataPackage to be shared with a target app.
The object associated with a particular format in the DataPackage.
Provides data when the target app requests it, instead of including the data in the DataPackage ahead of time.
DataProviderHandler is used when the source app wants to avoid unnecessary work that is resource intensive, such as performing format conversions.
Contains the data that the user wants to share.
Contains information about the DataRequested event.
The system fires this event when the user invokes the Share UI.
Enables you to get the DataRequest object and either give it data or a failure message.
Lets your app supply the content the user wants to share or specify a message, if an error occurs.
Sets or gets a DataPackage object that contains the content a user wants to share.
Programmatically initiates an exchange of content with other apps.
The class is a static class that you use to initiate sharing operations.
To use the class, first call the method.
This method returns the object that is specific to the active window.
Next, you need to add an event listener for the datarequested event to the object.
This event is fired when your app starts a share operation programmatically.
The DataTransferManager class includes a method, which you can use to programmatically start a share operation.
In general, we recommend against using this method.
Users expect to initiate share operations by using the Share charm—when you launch the operation programmatically, you can create an inconsistent user experience.
We include the method because there are a few scenarios in which the user might not recognize opportunities to share.
A good example is when the user achieves a high score in a game.
The class also has a event.
Use this event when you want to capture what applications a user selects when sharing content from your app.
Returns the object associated with the current window.
The object associated with the current window.
Programmatically initiates the user interface for sharing content with another app.
Occurs when a share operation starts.
This event is fired when a sharing operation starts.
To handle this event, you need to add an event listener to the object for the active window.
You can get this object through the method.
When handling a datarequested event, the most important property you need to be aware of is its request property.
This property contains a object.
Your app uses this object to provide the data that the user wants to share with a selected target app.
Occurs when the user chooses a target app in a Share operation.
When the user chooses a target app to share content with, the system fires a TargetApplicationChosen event.
The app receiving the event can use this event to record information about the target app for business intelligence.
A common use of this event is to record which applications are used to complete different sharing actions, which in turn can help the source app create better experiences for the user.
Contains static properties that return string values.
Each string corresponds to a known format ID.
Use this class to avoid errors in using string constants to specify data formats.
A read-only property that returns the format ID string value corresponding to the Text format.
A read-only property that returns the format ID string value corresponding to the Uniform Resource Identifier (URI) format.
A read-only property that returns the format ID string value corresponding to the Uniform Resource Identifier (URI) format.
Contains information about the target app the user chose to share content with.
To get this object, you must handle the TargetApplicationChosen event.
Contains the name of the app that the user chose to share content with.
Enables you to detect whether your app is in design mode in a visual designer.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets a value that indicates whether the process is running in design mode.
True if the process is running in design mode; otherwise false.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Allows an application to launch the email application with a new message displayed.
Use this to allow users to send email from your application.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- macOSOS X 10.7 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Launches the email application with a new message displayed.
The email message that is displayed when the email application is launched.
An asynchronous action used to indicate when the operation has completed.
Represents an email message.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- macOSOS X 10.7 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Creates an instance of the class.
Gets or sets the subject of the email message.
Gets or sets the body of the email message.
Gets the direct recipients of the email message.
Gets the recipients CC'd to the email message.
Gets the recipients BCC'd to the email message.
Represents an email recipient.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- macOSOS X 10.7 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Initializes an instance of the EmailRecipient class.
Initializes an instance of the EmailRecipient class.
The address of the recipient.
Initializes an instance of the EmailRecipient class.
The address of the recipient.
The name of the recipient.
Gets or sets the address of the email recipient.
Gets or sets the name of the email recipient.
Provides information about a package.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the package for the current app.
Gets the description of the package.
Gets the display name of the package.
Gets the package identity of the current package.
The package identity.
Gets the date the application package was installed on the user's phone.
Gets the location of the installed package.
This folder is read-only except for Windows Desktop applications.
Indicates whether the package is installed in development mode.
A Boolean value that indicates whether the package is installed in development mode.
TRUE indicates that the package is installed in development mode; otherwise FALSE.
Gets the logo of the package.
Gets the publisher display name of the package.
Android and iOS don't provide a way to query the publisher at runtime.
Provides package identification info, such as name, version, and publisher.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the processor architecture for which the package was created.
Gets the name of the package.
The package name.
Gets the name of the package.
The package name.
Gets the value of the ProductID attribute associated with this application package.
The value of the ProductID attribute associated with this application package.
Gets the publisher of the package.
Not supported on iOS or Android.
Gets the package version info.
The package version information.
Provides simplified access to app resources such as app UI strings.
PlatformVersion supported
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Gets a ResourceLoader object for the Resources subtree of the currently running app's main ResourceMap.
This ResourceLoader uses a default context associated with the current view.
Gets a ResourceLoader object for the Resources subtree of the currently running app's main ResourceMap.
This ResourceLoader uses a default context that's not associated with any view.
Returns the most appropriate string value of a resource, specified by resource identifier, for the default ResourceContext of the view in which the ResourceLoader was obtained using ResourceLoader.GetForCurrentView.
The resource identifier of the resource to be resolved.
The most appropriate string value of the specified resource for the default ResourceContext.
Defines methods and properties you can use to get license and listing info about the current app and perform in-app purchases.
Gets the GUID generated by the Windows Store when your app has been certified for listing in the Windows Store.
Creates the async operation that enables the user to view the app details.
Creates the async operation that enables the user to review the current app.
Provides utility methods for use with HTML-formatted data.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Converts HTML-formatted data to a string that contains the text content extracted from the HTML.
A String containing HTML-formatted data.
A String of text content.
Supports the ability to determine the capabilities of any connected hardware keyboards.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- macOSOS X 10.7 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 8 or later
Initializes a new instance of the class.
Gets a value that indicates whether a device identifying itself as a keyboard is detected.
Returns 1 if a device identifying itself as a keyboard is detected. Otherwise, returns 0.
Provides information about the Operating System.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets an OperatingSystem object that contains the current platform identifier and version number.
Notifies listeners of dynamic changes to a map, such as when items are added or removed.
The type of the keys in the map.
The type of the values in the map.
Occurs when the map changes.
Represents the method that handles the changed event of an observable map.
The type of the keys in the map.
The type of the values in the map.
Provides data for the changed event of a map collection.
The type of the keys in the map.
Gets the type of change that occurred in the map.
Gets the key of the item that changed.
Represents a collection of key-value pairs, correlating several other collection interfaces.
Describes the action that causes a change to a collection.
The collection is changed.
An item is added to the collection.
An item is removed from the collection.
An item is changed in the collection.
Enables you to detect whether a specified member, type, or API contract is present so that you can safely make API calls across a variety of devices.
Returns true or false to indicate whether the API contract with the specified name and major version number is present.
The name of the API contract.
The major version number of the API contract.
True if the specified API contract is present; otherwise, false.
Returns true or false to indicate whether the API contract with the specified name and major and minor version number is present.
The name of the API contract.
The major version number of the API contract.
The minor version number of the API contract.
True if the specified API contract is present; otherwise, false.
Returns true or false to indicate whether a specified named constant is present for a specified enumeration.
The namespace-qualified name of the type.
The name of the constant.
True if the specified constant is present; otherwise, false.
Returns true or false to indicate whether a specified event is present for a specified type.
The namespace-qualified name of the type.
The name of the event.
True if the specified event is present for the type; otherwise, false.
Returns true or false to indicate whether a specified method is present for a specified type.
The namespace-qualified name of the type.
The name of the method.
True if the specified method is present for the type; otherwise, false.
Returns true or false to indicate whether a specified method overload with the specified number of input parameters is present for a specified type.
The namespace-qualified name of the type.
The name of the method.
The number of input parameters for the overload.
True if the specified method is present for the type; otherwise, false.
Returns true or false to indicate whether a specified property (writeable or read-only) is present for a specified type.
The namespace-qualified name of the type.
The name of the property.
True if the specified property is present for the type; otherwise, false.
Returns true or false to indicate whether a specified read-only property is present for a specified type.
The namespace-qualified name of the type.
The name of the property.
True if the specified property is present for the type; otherwise, false.
Returns true or false to indicate whether a specified writeable property is present for a specified type.
The namespace-qualified name of the type.
The name of the property.
True if the specified property is present for the type; otherwise, false.
Returns true or false to indicate whether a specified type is present.
The namespace-qualified name of the type.
True if the specified type is present; otherwise, false.
Represents x- and y-coordinate values that define a point in a two-dimensional plane.
The horizontal position of the point.
The vertical position of the point.
Contains number values that represent the location and size of a rectangle.
Initializes a Rect structure that has the specified x-coordinate, y-coordinate, width, and height.
The x-coordinate of the top-left corner of the rectangle.
The y-coordinate of the top-left corner of the rectangle.
The width of the rectangle.
The height of the rectangle.
The x-coordinate location of the left side of the rectangle.
The y-coordinate location of the top side of the rectangle.
A value that represents the Width of the rectangle.
A value that represents the Height of the rectangle.
Represents a method that handles general events.
The event source.
The event data. If there is no event data, this parameter will be null.
The event source.
The event data. If there is no event data, this parameter will be null.
Specifies the language-related preferences that the app can use and maintain.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Gets the ranked list of current runtime language values preferred by the user.
A computed list of languages that merges the app's declared supported languages () with the user's ranked list of preferred languages.
Gets the app's declared list of supported languages.
The list of supported languages declared in the app's manifest.
Monitors and controls physical display information.
The class provides events to allow clients to monitor for changes in the display.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the current physical display information.
Gets the current orientation of a rectangular monitor.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the raw dots per inch (DPI) along the x axis of the display monitor.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the raw dots per inch (DPI) along the y axis of the display monitor.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets a value representing the number of raw (physical) pixels for each view (layout) pixel.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Describes the orientation of a rectangular monitor.
No display orientation is specified.
Specifies that the monitor is oriented in landscape mode where the width of the display viewing area is greater than the height.
Specifies that the monitor rotated 90 degrees in the clockwise direction to orient the display in portrait mode where the height of the display viewing area is greater than the width.
Specifies that the monitor rotated another 90 degrees in the clockwise direction (to equal 180 degrees) to orient the display in landscape mode where the width of the display viewing area is greater than the height.
This landscape mode is flipped 180 degrees from the Landscape mode.
Specifies that the monitor rotated another 90 degrees in the clockwise direction (to equal 270 degrees) to orient the display in portrait mode where the height of the display viewing area is greater than the width.
This portrait mode is flipped 180 degrees from the Portrait mode.
Provides additional Math operations.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- TizenTizen 3.0
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Restricts a value to be within a specified range.
The value to clamp.
The minimum value.
If value is less than min, min will be returned.
The maximum value.
If value is greater than max, max will be returned.
Provides a full window UI for capturing audio, video, and photos from a camera.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows 10 Mobile or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Create a new CameraCaptureUI object.
Launches the CameraCaptureUI user interface.
Specifies whether the user interface that will be shown allows the user to capture a photo, capture a video, or capture both photos and videos.
When this operation completes, a StorageFile object is returned.
Determines whether the user interface for capturing from the attached camera allows capture of photos, videos, or both photos and videos.
Either a photo or video can be captured.
The user can only capture a photo.
The user can only capture a video.
Represents a network connection, which includes either the currently connected network or prior network connections.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the network connectivity level for this connection.
This value indicates what network resources, if any, are currently available.
Defines the level of connectivity currently available.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
No connectivity.
Local network access only.
Limited internet access.
This value indicates captive portal connectivity, where local access to a web portal is provided, but access to the Internet requires that specific credentials are provided via the portal.
This level of connectivity is generally encountered when using connections hosted in public locations (e.g. coffee shops and book stores).
Note This doesn't guarantee detection of a captive portal.
Windows Store apps should also test if the captive portal can be reached using a URL for the captive portal, or by attempting access to a public web site which will then redirect to the captive portal when Windows reports LocalAccess as the current NetworkConnectivityLevel.
Local and Internet access.
Provides access to network connection information for the local machine.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the connection profile associated with the internet connection currently used by the local machine.
The profile for the connection currently used to connect the machine to the Internet, or null if there is no connection profile with a suitable connection.
Occurs when the network status changes for a connection.
Represents the method that handles network status change notifications.
This method is called when any properties exposed by the object changes while the app is active.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Provides the underlying stream of data for network access.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
Creates a new instance of the NetworkStream for the specified
Gets a value that indicates whether the NetworkStream supports reading.
Gets a value that indicates whether the stream supports seeking. This property is not currently supported.This property always returns false.
Gets a value that indicates whether the NetworkStream supports writing.
Gets the length of the data available on the stream.
This property is not currently supported and always throws a NotSupportedException.
Gets or sets the current position in the stream.
This property is not currently supported and always throws a NotSupportedException.
Flushes data from the stream.
Reads data from the NetworkStream.
Sets the current position of the stream to the given value.
This method is not currently supported and always throws a NotSupportedException.
Sets the length of the stream.
This method always throws a NotSupportedException.
Writes data to the NetworkStream.
Releases the unmanaged resources used by the NetworkStream and optionally releases the managed resources.
Vibrates the phone.
Phone devices include a vibration controller.
Your app can vibrate the phone for up to 5 seconds to notify the user of an important event.
Use the vibration feature in moderation.
Do not rely on the vibration feature for critical notifications, because the user can disable vibration
To test an app that uses the vibration controller effectively, you have to test it on a physical device.
The emulator cannot simulate vibration and does not provide any audible or visual feedback that vibration is occurring.
An app that is running in the background cannot vibrate the phone.
If your code tries to use vibration while the app is running in the background, nothing happens, but no exception is raised.
If you want to vibrate the phone while your app is running in the background, you have to implement a toast notification.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10 Mobile
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Gets an instance of the VibrationDevice class.
Vibrates the phone for the specified duration (from 0 to 5 seconds).
The duration (from 0 to 5 seconds) for which the phone vibrates. A value that is less than 0 or greater than 5 raises an exception. Ignored on iOS.
Stops the vibration of the phone.
Provides information related to system protection.
Supported on Windows Phone, Android and iOS only.
Gets a value that indicates whether the screen is locked.
Provides access to the application data store.
Application data consists of settings that are local.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Provides access to the app data store associated with the app's app package.
Removes all application data from the local, roaming, and temporary app data stores.
Removes all application data from the specified app data store.
One of the enumeration values.
Gets the root folder in the local app data store.
Gets the application settings container in the local app data store.
The application settings container.
Gets the root folder in the roaming app data store.
Gets the application settings container in the local app data store.
The application settings container.
Gets the root folder in the temporary app data store.
Represents a container for app settings.
The methods and properties of this class support creating, deleting, enumerating, and traversing the container hierarchy.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Creates or opens the specified settings container in the current settings container.
The name of the container.
One of the enumeration values.
On iOS the name must be a value Shared App Group name and disposition must be Existing.
The settings container.
Gets the type (local or roaming) of the app data store that is associated with the current settings container.
Gets the name of the current settings container.
Gets an object that represents the settings in this settings container.
The settings map object.
Provides access to the settings in a settings container.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Occurs when the map changes.
Adds an item to the .
The key of the item to add.
The item value to add.
Returns a value that indicates whether a specified key exists in the .
The key to check for in the .
true if an item with that key exists in the ; otherwise, false.
Gets an ICollection object containing the keys of the .
Removes a specific item from the .
The key of the item to remove.
true if the item was removed, otherwise false.
Returns a value that indicates whether a specified key exists in the .
If an item with that key exists, the item is retrieved as an out parameter.
The key to check for in the .
The item, if it exists.
Contains null if the item does not exist in the .
true if an item with that key exists in the ; otherwise, false.
Gets an object containing the values of the .
Gets or sets the element value at the specified key index.
The element value at the specified key index.
Adds a new key-value pair to the ApplicationDataContainerSettings.
The key-value pair to add.
Removes all related application settings.
Returns a value that indicates whether a specified key-value pair exists in the ApplicationDataContainerSettings.
The key-value pair to check for in the ApplicationDataContainerSettings.
Copies the elements of the collection to an array, starting at a particular array index.
The one-dimensional Array that is the destination of the elements copied from the collection.
The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Gets the number of elements contained in the collection.
Gets a value indicating whether the dictionary is read-only.
true if the dictionary is read-only; otherwise, false.
Removes a specific key-value pair from the .
The key-value pair to remove.
true if the item was removed, otherwise false.
Specifies options for creating application data containers or returning existing containers.
This enumeration is used by the method.
Always returns the specified container.
Creates the container if it does not exist.
Returns the specified container only if it already exists.
Raises an exception of type System.Exception if the specified container does not exist.
Provides access to the application data store.
Application data consists of settings that are local.
The data resides in the local application data store.
The data resides in the roaming application data store.
The data resides in the temporary application data store.
The data resides in the local cache for the application data store.
The data resides in the shared application data store.
Represents a file.
Provides information about the file and its content, and ways to manipulate them.
Automatically append a number to the base of the specified name if the file or folder already exists.
For example, if MyFile.txt already exists, then the new file is named MyFile(2).txt.
If MyFolder already exists, then the new folder is named MyFolder(2).
Replace the existing item if the file or folder already exists.
Raise an exception of type System.Exception if the file or folder already exists.
Methods that don't explicitly pass a value from the CreationCollisionOption enumeration use the FailIfExists value as the default when you try to create, rename, copy, or move a file or folder.
Return the existing item if the file or folder already exists.
Describes the attributes of a file or folder.
The item is normal.
That is, the item doesn't have any of the other values in the enumeration.
The item is read-only.
The item is a directory.
The item is archived.
The item is a temporary file.
Provides helper methods for reading and writing files that are represented by objects of type .
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Appends lines of text to the specified file.
The file that the lines are appended to.
The list of text strings to append as lines.
No object or value is returned when this method completes.
Appends lines of text to the specified file using the specified character encoding.
The file that the lines are appended to.
The list of text strings to append as lines.
The character encoding of the file.
No object or value is returned when this method completes.
Appends text to the specified file.
The file that the text is appended to.
The text to append.
No object or value is returned when this method completes.
Appends text to the specified file using the specified character encoding.
The file that the text is appended to.
The text to append.
The character encoding of the file.
No object or value is returned when this method completes.
Reads the contents of the specified file and returns lines of text.
The file to read.
When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text.
Each line of text in the list is represented by a String object.
Reads the contents of the specified file using the specified character encoding and returns lines of text.
The file to read.
The character encoding of the file.
When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text.
Each line of text in the list is represented by a String object.
Reads the contents of the specified file and returns text.
The file to read.
When this method completes successfully, it returns the contents of the file as a text string.
Reads the contents of the specified file using the specified character encoding and returns text.
The file to read.
The character encoding of the file.
When this method completes successfully, it returns the contents of the file as a text string.
Writes lines of text to the specified file.
The file that the lines are written to.
The list of text strings to append as lines.
No object or value is returned when this method completes.
Writes lines of text to the specified file using the specified character encoding.
The file that the lines are written to.
The list of text strings to append as lines.
The character encoding of the file.
No object or value is returned when this method completes.
Writes text to the specified file.
The file that the text is written to.
The text to write.
No object or value is returned when this method completes.
Writes text to the specified file using the specified character encoding.
The file that the text is written to.
The text to write.
The character encoding of the file.
No object or value is returned when this method completes.
Provides access to the basic properties, like the size of the item or the date the item was last modified, of the item (like a file or folder).
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the timestamp of the last time the file was modified.
Gets the size of the file in bytes.
Describes the purpose of the thumbnail to determine how to adjust the thumbnail image to retrieve.
To display previews of picture or video files.
To display previews of files (or other items) in a list.
To display a preview of any single item (like a file, folder, or file group).
Represents a file.
Provides information about the file and its contents, and ways to manipulate them.
Replaces the specified file with a copy of the current file.
The file to replace.
No object or value is returned when this method completes.
Creates a copy of the file in the specified folder.
Creates a copy of the file in the specified folder, using the desired name.
Moves the current file to the location of the specified file and replaces the specified file in that location.
Moves the current file to the specified folder.
Moves the current file to the specified folder and renames the file according to the desired name.
Gets the MIME type of the contents of the file.
The MIME type of the file contents.
For example, a music file might have the "audio/mpeg" MIME type.
Gets the type (file name extension) of the file.
Manipulates folders and their contents, and provides information about them.
Creates a new file in the current folder.
The desired name of the file to create.
Creates a new file in the current folder, and specifies what to do if a file with the same name already exists in the current folder.
The desired name of the file to create.
The enum value that determines what to do if the desiredName is the same as the name of an existing file in the current folder.
Creates a new folder in the current folder.
The desired name of the folder to create.
Creates a new folder in the current folder, and specifies what to do if a folder with the same name already exists in the current folder.
The desired name of the folder to create.
The enum value that determines what to do if the desiredName is the same as the name of an existing folder in the current folder.
Gets the specified file from the current folder.
The name (or path relative to the current folder) of the file to retrieve.
Gets the files from the current folder.
Gets the specified folder from the current folder.
The name of the child folder to retrieve.
Gets the folders in the current folder.
Gets the specified item from the .
The name of the item to retrieve.
Gets the items from the current folder.
Try to get a single file or sub-folder from the current folder by using the name of the item.
The name (or path relative to the current folder) of the file or sub-folder to try to retrieve.
When this method completes successfully, it returns the file or folder (type ).
Manipulates storage items (files and folders) and their contents, and provides information about them.
Deletes the current item.
Deletes the current item, optionally deleting it permanently.
Gets the basic properties of the current item (like a file or folder).
Determines whether the current IStorageItem matches the specified StorageItemTypes value.
The value to match against.
Gets the attributes of a storage item.
Gets the date and time when the current item was created.
Gets the name of the item including the file name extension if there is one.
Gets the full file-system path of the item, if the item has a path.
Gets the parent folder of the current storage item.
Indicates whether the current item is the same as the specified item.
The object that represents a storage item to compare against.
Returns true if the current storage item is the same as the specified storage item; otherwise false.
Provides access to common locations that contain user content.
This includes content from a user's local libraries (such as Documents, Pictures, Music, and Videos).
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the Camera Roll folder.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 8.1 or later
Gets the Documents library.
Gets the Music library.
Gets the Pictures library.
Gets the Videos library.
Provides helper methods for reading and writing a file using the absolute path or URI of the file.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Appends lines of text to the file at the specified path or URI.
The path or URI of the file that the lines are appended to.
The list of text strings to append as lines.
No object or value is returned when this method completes.
Appends lines of text to the file at the specified path or URI using the specified character encoding.
The path or URI of the file that the lines are appended to.
The list of text strings to append as lines.
The character encoding of the file.
No object or value is returned when this method completes.
Appends text to the file at the specified path or URI.
The path of the file that the text is appended to.
The text to append.
No object or value is returned when this method completes.
Appends text to the file at the specified path or URI using the specified character encoding.
The path of the file that the text is appended to.
The text to append.
The character encoding of the file.
No object or value is returned when this method completes.
Reads the contents of the file at the specified path or URI and returns lines of text.
The path of the file to read.
When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text.
Each line of text in the list is represented by a String object.
Reads the contents of the file at the specified path or URI using the specified character encoding and returns lines of text.
The path of the file to read.
The character encoding of the file.
When this method completes successfully, it returns the contents of the file as a list (type IVector) of lines of text.
Each line of text in the list is represented by a String object.
Reads the contents of the file at the specified path or URI and returns text.
The path of the file to read.
When this method completes successfully, it returns the contents of the file as a text string.
Reads the contents of the file at the specified path or URI using the specified character encoding and returns text.
The path of the file to read.
The character encoding of the file.
When this method completes successfully, it returns the contents of the file as a text string.
Writes lines of text to the file at the specified path or URI.
The path of the file that the lines are written to.
The list of text strings to append as lines.
No object or value is returned when this method completes.
Writes lines of text to the file at the specified path or URI using the specified character encoding.
The path of the file that the lines are written to.
The list of text strings to append as lines.
The character encoding of the file.
No object or value is returned when this method completes.
Writes text to the file at the specified path or URI.
The path of the file that the text is written to.
The text to write.
No object or value is returned when this method completes.
Writes text to the file at the specified path or URI using the specified character encoding.
The path of the file that the text is written to.
The text to write.
The character encoding of the file.
No object or value is returned when this method completes.
Represents a UI element that lets the user choose and open files.
PlatformVersion supported
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows 10 Mobile or later
- Windows (Desktop Apps)Windows 7 or later
Shows the file picker so that the user can pick one file.
When the call to this method completes successfully, it returns a object that represents the file that the user picked.
Gets the collection of file types that the file open picker displays.
Specifies whether a deleted item is moved to the Recycle Bin or permanently deleted.
Specifies the default behavior.
Permanently deletes the item.
The item is not moved to the Recycle Bin.
Specifies what to do if a file or folder with the specified name already exists in the current folder when you copy, move, or rename a file or folder.
Automatically append a number to the base of the specified name if the file or folder already exists.
For example, if MyFile.txt already exists, then the new file is named MyFile(2).txt.
If MyFolder already exists, then the new folder is named MyFolder(2).
Replace the existing item if the file or folder already exists.
Raise an exception of type System.Exception if the file or folder already exists.
Methods that don't explicitly pass a value from the NameCollisionOption enumeration use the FailIfExists value as the default when you try to create, rename, copy, or move a file or folder.
Represents a file.
Provides information about the file and its content, and ways to manipulate them.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets a StorageFile object to represent the file at the specified path.
The path of the file to get a StorageFile to represent.
If your path uses slashes, make sure you use backslashes(\).
Forward slashes(/) are not accepted by this method.
When this method completes, it returns the file as a StorageFile.
Replaces the specified file with a copy of the current file.
Creates a copy of the file in the specified folder.
The destination folder where the copy of the file is created.
Creates a copy of the file in the specified folder and renames the copy.
The destination folder where the copy of the file is created.
The new name for the copy of the file created in the destinationFolder.
Deletes the current file.
Deletes the current file, optionally deleting the item permanently.
Gets the basic properties of the current file.
Retrieves an adjusted thumbnail image for the file, determined by the purpose of the thumbnail.
The enum value that describes the purpose of the thumbnail and determines how the thumbnail image is adjusted.
When this method completes successfully, it returns a that represents the thumbnail image or null if there is no thumbnail image associated with the file.
Gets the parent folder of the current file.
Moves the current file to the specified folder and renames the file according to the desired name.
The destination folder where the file is moved.
Moves the current file to the specified folder and renames the file according to the desired name.
The destination folder where the file is moved.
The desired name of the file after it is moved.
Moves the current file to the location of the specified file and replaces the specified file in that location.
The file to replace.
No object or value is returned by this method.
Renames the current file.
The desired, new name of the current item.
No object or value is returned by this method when it completes.
Renames the current file.
This method also specifies what to do if an existing item in the current file's location has the same name.
The desired, new name of the current file.
If there is an existing item in the current file's location that already has the specified desiredName, the specified determines how the system responds to the conflict.
The enum value that determines how the system responds if the desiredName is the same as the name of an existing item in the current file's location.
No object or value is returned by this method when it completes.
Gets the attributes of a file.
Gets the date and time when the current file was created.
Gets the MIME type of the contents of the file.
PlatformVersion supported
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Gets the type (file name extension) of the file.
Gets the name of the file including the file name extension.
Gets the full file-system path of the current file, if the file has a path.
Indicates whether the current file is equal to the specified file.
The object that represents a file to compare against.
Returns true if the current file is equal to the specified file; otherwise false.
Determines whether the current matches the specified value.
The value to match against.
True if the matches the specified value; otherwise false.
Manages folders and their contents and provides information about them.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets a StorageFile object to represent the file at the specified path.
The path of the file to get a StorageFile to represent.
If your path uses slashes, make sure you use backslashes(\).
Forward slashes(/) are not accepted by this method.
When this method completes, it returns the file as a StorageFile.
Creates a new file with the specified name in the current folder.
The name of the new file to create in the current folder.
When this method completes, it returns a StorageFile that represents the new file.
Creates a new file with the specified name in the current folder.
The name of the new file to create in the current folder.
One of the enumeration values that determines how to handle the collision if a file with the specified desiredName already exists in the current folder.
When this method completes, it returns a StorageFile that represents the new file.
Creates a new subfolder with the specified name in the current folder.
The name of the new subfolder to create in the current folder.
When this method completes, it returns a StorageFolder that represents the new subfolder.
Creates a new subfolder with the specified name in the current folder.
This method also specifies what to do if a subfolder with the same name already exists in the current folder.
The name of the new subfolder to create in the current folder.
One of the enumeration values that determines how to handle the collision if a subfolder with the specified desiredName already exists in the current folder.
When this method completes, it returns a StorageFolder that represents the new subfolder.
Deletes the current folder.
Deletes the current folder.
This method also specifies whether to delete the folder permanently.
Gets the basic properties of the current folder.
Gets the file with the specified name from the current folder.
Gets the files in the current folder.
Gets the specified folder from the current folder.
The name of the child folder to retrieve.
When this method completes successfully, it returns a StorageFolder that represents the child folder.
Gets the folders in the current folder.
Gets the file or folder with the specified name from the current folder.
The name (or path relative to the current folder) of the file or folder to get.
Gets the items in the current folder.
Gets the parent folder of the current folder.
When this method completes, it returns the parent folder as a .
Tries to get the file or folder with the specified name from the current folder.
Returns null instead of raising a FileNotFoundException if the specified file or folder is not found.
The name (or path relative to the current folder) of the file or folder to get.
When this method completes successfully, it returns an IStorageItem that represents the specified file or folder.
If the specified file or folder is not found, this method returns null instead of raising an exception.
Gets the attributes of the current folder.
Gets the date and time that the current folder was created.
Gets the name of the current folder.
Gets the full path of the current folder in the file system, if the path is available.
Indicates whether the current folder is equal to the specified folder.
The object that represents the folder to compare against.
Returns true if the current folder is equal to the specified folder; otherwise false.
Indicates whether the current matches the specified value.
The enum value that determines the object type to match against.
True if the matches the specified value; otherwise false.
Provides additional methods for .
Deletes all contents of a folder without deleting the folder itself.
Returns the size, in bytes, of the folder and all of its contents.
The folder to measure
The size, in bytes, of the folder and all of its contents.
Describes whether an item that implements the interface is a file or a folder.
A storage item that is neither a file nor a folder.
A file that is represented as a instance.
A folder that is represented as a instance.
Specifies the type of character encoding for a stream.
The encoding is UTF-8.
The encoding is UTF-16, with the least significant byte first in the two eight-bit bytes.
The encoding is UTF-16, with the most significant byte first in the two eight-bit bytes.
Represents a display request.
To conserve power and extend battery life, the system reduces power to the computer if it does not detect any user activity for a certain amount of time.
Depending on system power settings, the display may first be dimmed, a screen saver may be displayed, and eventually the display may be turned off as the system enters a low-power sleep state.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Activates a display request.
Deactivates a display request.
Starts the default app associated with the specified file or URI.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Starts the app associated with the specified file.
The file.
The launch operation.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Launches File Explorer and displays the contents of the specified folder.
The folder to display in File Explorer.
The result of the operation.
PlatformVersion supported
- macOSOS X 10.7 and later
- Windows UWPWindows 10
- Windows (Desktop Apps)Windows 7 or later
Starts the default app associated with the URI scheme name for the specified URI.
The URI.
Ignored on Android and iOS.
The launch operation.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Starts the default app associated with the URI scheme name for the specified URI.
The URI.
The launch operation.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Asynchronously query whether an app can be activated for the specified URI and launch type.
The URI.
The type of launch for which to query support.
Returns true if the default app for the URI scheme was launched; false otherwise.
PlatformVersion supported
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows Store-
- Windows Phone Store-
- Windows Phone Silverlight-
- Windows (Desktop Apps)Windows 7 or later
Placeholder to supply attributes for starting a task.
Specifies whether an app is available that supports activation
PlatformVersion supported
- Android-
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows Store-
- Windows Phone Store-
- Windows Phone Silverlight-
- Windows (Desktop Apps)-
An app that handles the activation is available and may be activated.
No app is installed to handle the activation.
An app that handles the activation is installed but not available because it is being updated by the store or it was installed on a removable device that is not available.
The app does not handle the activation.
An unknown error was encountered while determining whether an app supports the activation.
Specifies the type of activation to query for.
PlatformVersion supported
- Android-
- iOS-
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows Store-
- Windows Phone Store-
- Windows Phone Silverlight-
- Windows (Desktop Apps)-
Activate by URI but do not return a result to the calling app.
This is the default.
Activate by URI and return a result to the calling app.
Indicates the status of the battery.
The battery or battery controller is not present.
The battery is discharging.
The battery is idle.
The battery is charging.
Specifies the status of battery saver.
Battery saver is off permanently or the device is plugged in.
Battery saver is off now, but ready to turn on automatically.
Battery saver is on. Save energy where possible.
Provides information about the status of the device's battery.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 10 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the device's battery status.
The device's battery status.
Gets battery saver status, indicating when to save energy.
Gets the device's power supply status.
Gets the total percentage of charge remaining from all batteries connected to the device.
Not supported for Windows 8.1 apps deployed via the public Windows Store.
The total percentage of charge remaining from all batteries connected to the device.
Occurs when changes.
PlatformVersion supported
- iOSiOS 9.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Gets a value that estimates how long is left until the device's battery is fully discharged.
Not supported for apps deployed on Windows 8.1 from the public Windows Store.
Represents the device's power supply status.
An Inadequate status occurs when the power supply is present, but the charge rate is negative.
For example, the device is plugged in, but it’s losing charge.
The device has no power supply.
The device has an inadequate power supply.
The device has an adequate power supply.
Specifies the processor architecture supported by an app.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
The x86 processor architecture.
The ARM processor architecture.
The x64 processor architecture.
A neutral processor architecture.
An unknown processor architecture.
Provides information about the device for profiling purposes.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the device form factor.
For example, the app could be running on a phone, tablet, desktop, and so on.
Gets version info about the device family.
Provides version information about the device family.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets a string that represents the type of device the application is running on.
Gets the version within the device family.
Helper class for .
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- TizenTizen 3.0
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Converts a Unix time expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z to a value.
A Unix time, expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC).
For Unix times before this date, its value is negative.
A date and time value that represents the same moment in time as the Unix time.
Converts a Unix time expressed as the number of milliseconds that have elapsed since 1970-01-01T00:00:00Z to a value.
A Unix time, expressed as the number of milliseconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC).
For Unix times before this date, its value is negative.
A date and time value that represents the same moment in time as the Unix time.
Returns the number of seconds that have elapsed since 1970-01-01T00:00:00Z.
The DateTimeOffset value.
The number of seconds that have elapsed since 1970-01-01T00:00:00Z.
Unix time represents the number of seconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC).
It does not take leap seconds into account.
This method first converts the current instance to UTC before returning its Unix time.
For date and time values before 1970-01-01T00:00:00Z, this method returns a negative value.
Returns the number of milliseconds that have elapsed since 1970-01-01T00:00:00.000Z.
The DateTimeOffset value.
The number of milliseconds that have elapsed since 1970-01-01T00:00:00.000Z.
Unix time represents the number of seconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC).
It does not take leap seconds into account.
This method returns the number of milliseconds in Unix time.
This method first converts the current instance to UTC before returning the number of milliseconds in its Unix time.
For date and time values before 1970-01-01T00:00:00Z, this method returns a negative value.
Exposes standard Android preferences screens
Creates a settings command object that represents a settings entry.
This settings command can be appended to the ApplicationCommands collection.
Creates a new settings command.
The ID of the command.
The label for the command, which is displayed in the settings pane.
The event handler that is called when the user selects this command in the settings pane.
Gets or sets the command ID.
Gets or sets the handler for the event that is raised when the user selects the command.
Gets or sets the label for the command.
A static class that enables the app to control the Settings page.
The app can add or remove commands, receive a notification when the user opens the pane, or open the page programmatically.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Gets a object that is associated with the current app.
Displays the Settings page to the user.
Occurs when the user opens the settings pane.
Listening for this event lets the app initialize the setting commands and pause its UI until the user closes the pane.
During this event, append your SettingsCommand objects to the available ApplicationCommands vector to make them available to the SettingsPane UI.
Contains properties that are only available during the event.
A vector that is available during the event.
Append SettingsCommand objects to it to make them available to the SettingsPane UI.
Contains arguments that are available from the event object during the event.
An instance of that is made available during the event.
Describes a color in terms of alpha, red, green, and blue channels.
Can be implicitly converted into a variety of platform-specific types.
PlatformPlatform Type
- AndroidAndroid.Graphics.Color
- iOS, tvOS, macOS, watchOSCoreGraphics.CGColor
- iOS, tvOS, macOSCoreImage.CIColor
- iOS, tvOSUIKit.UIColor
- macOSAppKit.NSColor
- Windows UWP, Windows Store, Windows Phone StoreWindows.UI.Color
- Windows Phone SilverlightSystem.Windows.Media.Color
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Creates a new structure by using the specified sRGB color channel values.
Creates a new structure by using the specified sRGB alpha channel and color channel values.
Compares two structures for equality.
The structure to compare to this .
Returns the color value as a UInt32 of the form 0xBBGGRRAA.
Gets or sets the sRGB alpha channel value of the color.
Gets or sets the sRGB blue channel value of the color.
Gets or sets the sRGB green channel value of the color.
Gets or sets the sRGB red channel value of the color.
Defines the content, associated metadata, and expiration time of an update to a tile's badge overlay.
A badge can display a number from 1 to 999 (beyond this truncation will occur)
PlatformVersion supported
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Simplifies creation of badges without the need to build XML documents.
PlatformVersion supported
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Creates a badge notification with the required numerical value.
Value to show on the badge. Zero will hide the badge.
Creates objects that you use to manipulate a tile's badge overlay.
PlatformVersion supported
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Creates and initializes a new instance of the , which lets you change the appearance or content of the badge on the calling app's tile.
The object you will use to send changes to the app tile's badge.
Updates a badge overlay on the specific tile that the updater is bound to.
PlatformVersion supported
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Removes the badge from the tile that the updater is bound to.
Applies a change to the badge's number.
The object that supplies the new XML definition for the badge.
Contains the definition of the toast notification that will display at the scheduled time.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Gets the time that this toast notification is scheduled to be displayed.
Gets or sets the group identifier for the notification.
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.
Gets or sets the unique identifier of this notification within the notification Group.
Defines the content, associated metadata and events, and expiration time of a toast notification.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Gets or sets the group identifier for the notification.
The group identifier for the notification.
Not used on macOS. On iOS this maps to the CategoryIdentifier property.
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.
Gets or sets the unique identifier of this notification within the notification Group.
On iOS this maps to the ThreadIdentifier property and on macOS the Identifier property.
Simplifies creation of toasts without the need to build XML documents.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Creates a toast notification with the required values.
Text content.
Toast title.
Creates a scheduled toast notification with the required values.
Text content.
Toast title.
When to display the toast.
Creates ToastNotifier objects which let you display toast notifications.
Creates and initializes a new instance of the ToastNotifier, which lets you display toast notifications.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- watchOSwatchOS 2.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Raises a toast notification to the specific app to which the ToastNotifier is bound.
This class also lets you schedule and remove toast notifications.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- watchOSwatchOS 2.0 and later
- TizenTizen 3.0
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.1 or later
Shows a toast notification.
The object that supplies the new XML definition for the toast.
Hides a toast notification.
The object that supplies the new XML definition for the toast.
Adds a for later display.
The scheduled toast notification, which includes its content and timing instructions.
Cancels the scheduled display of a specified .
The scheduled toast notification, which includes its content and timing instructions.
Represents a command in a context menu or message dialog box.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets or sets the identifier of the command.
Ges or sets the handler for the event that is fired when the user invokes the command.
Gets or sets the label for the command.
Represents a callback function that handles the event that is fired when the user invokes a context menu command.
Represents the invoked command.
Represents a dialog.
The dialog has a command bar that can support up to three commands.
If you don't specify any commands, then a default command is added to close the dialog.
The dialog dims the screen behind it and blocks touch events from passing to the app's canvas until the user responds.
Message dialogs should be used sparingly, and only for critical messages or simple questions that must block the user's flow.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Initializes a new instance of the class to display an untitled message dialog box that can be used to ask your user simple questions.
The message you want displayed to the user.
Initializes a new instance of the class to display a titled message dialog box that can be used to ask your user simple questions.
The message you want displayed to the user.
The title you want displayed on the dialog box.
Begins an asynchronous operation showing a dialog.
An object that represents the asynchronous operation.
For more on the async pattern, see Asynchronous programming in the Windows Runtime.
In some cases, such as when the dialog is closed by the system out of your control, your result can be an empty command.
Returns either the command selected which destroyed the dialog, or an empty command.
For example, a dialog hosted in a charms window will return an empty command if the charms window has been dismissed.
Gets the set of commands that appear in the command bar of the message dialog.
This is the array of commands that makes the dialog actionable.
Get this array and add your dialog commands to it.
The commands.
Gets or sets the message to be displayed to the user.
The message to be displayed to the user.
Use the content to convey the objective of the dialog.
Present the message, error or blocking question as simply as possible without extraneous information.
When a title is used, use the content to present additional information helpful to understanding or using the dialog.
You can use this area to provide more detail or define terminology.
Don't repeat the title with slightly different wording.
Gets or sets the index of the command you want to use as the cancel command.
This is the command that fires when users press the ESC key.
Add the commands before you set the index.
Gets or sets the index of the command you want to use as the default.
This is the command that fires by default when users press the ENTER key instead of a specific command, for example.
Add the commands before you set the index.
The index of the default command.
Gets or sets the title to display on the dialog box, if any.
The title you want to display on the dialog.
If the title is not set, this will return an empty string.
Use the title as a concise main instruction to convey the objective of the dialog.
Long titles do not wrap and will be truncated.
If you're using the dialog to deliver a simple message, error or question, omit the title.
Rely on the to deliver that core information.
Specifies where the context menu should be positioned relative to the selection rectangle
Place the context menu above the selection rectangle.
Place the context menu below the selection rectangle.
Place the context menu to the left of the selection rectangle.
Place the context menu to the right of the selection rectangle.
Represents a command in a context menu.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Initializes a new instance of the class.
Initializes a new instance of the UICommand class, using the specified label and event handler.
The label for the new command.
The event handler for the new command.
Initializes a new instance of the UICommand class, using the specified label, event handler, and command identifier.
The label for the new command.
The event handler for the new command.
The command identifier for the new command.
Gets or sets the identifier of the command.
Gets or sets the handler for the event that is raised when the user selects the command.
Gets or sets the label for the command.
Provides methods and properties for interacting with the status bar on a window (app view).
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10 Mobile
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets the status bar for the current window (app view).
Gets the progress indicator for the status bar.
The progress indicator for the status bar.
Shows the status bar.
Hides the status bar.
Provides methods and properties for interacting with the progress indicator on the status bar on a window (app view).
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- Windows UWPWindows 10 Mobile
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Hides the progress indicator.
Shows the progress indicator.
Gets or sets a value representing progress in the range 0 to 1.
PlatformVersion supported
- Windows UWPWindows 10 Mobile
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
- Windows (Desktop Apps)Windows 7 or later
Gets or sets the text label displayed on the progress indicator.
Provides a timer that is integrated into the Dispatcher queue, which is processed at a specified interval of time.
PlatformVersion supported
- AndroidAndroid 4.4 and later
- iOSiOS 9.0 and later
- macOSOS X 10.7 and later
- tvOStvOS 9.0 and later
- Windows UWPWindows 10
- Windows StoreWindows 8.1 or later
- Windows Phone StoreWindows Phone 8.1 or later
- Windows Phone SilverlightWindows Phone 8.0 or later
Initializes a new instance of the class.
Occurs when the timer interval has elapsed.
Gets or sets the amount of time between timer ticks.
Gets a value that indicates whether the timer is running.
true if the timer is enabled and running; otherwise, false.
Starts the .
If the timer has already started, then it is restarted.
Stops the .
Helper class for .
PlatformVersion supported
- AndroidAndroid 4.4 and later
Converts a to a .NET .
Extensions for .
Returns a read-only wrapper for the current collection.
An object that acts as a read-only wrapper around the current .
Contains extension methods for the IStorageFile and IStorageFolder interfaces for .NET interop.
Retrieves a stream for reading from a specified file.
Retrieves a stream for reading from a file in the specified parent folder.
The Windows Runtime IStorageFolder object that contains the file to read from.
The path, relative to the root folder, to the file to read from.
Retrieves a stream for writing to a specified file.
The Windows Runtime IStorageFile object to write to.
Retrieves a stream for writing from a file in the specified parent folder.
The Windows Runtime IStorageFolder object that contains the file to write to.
The path, relative to the root folder, to the file to write to.