InTheHand 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. 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. 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. 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 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. 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. 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. 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. 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. 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. 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. 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. 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.