AppInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about the application.
public ref class AppInfo abstract sealed
public static class AppInfo
type AppInfo = class
Public Class AppInfo
- Inheritance
-
AppInfo
Properties
BuildString |
Gets the application build number. |
Current |
Provides the default implementation for static usage of this API. |
Name |
Gets the application name. |
PackageName |
Gets the application package name or identifier. |
PackagingModel |
Gets the packaging model of this application. |
RequestedLayoutDirection |
Gets the requested layout direction of the system or application. |
RequestedTheme |
Gets the detected theme of the system or application. |
Version |
Gets the application version as a Version object. |
VersionString |
Gets the application version as a string representation. |
Methods
ShowSettingsUI() |
Open the settings menu or page for this application. |