IAppInfo Interface
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 interface class IAppInfo
public interface IAppInfo
type IAppInfo = interface
Public Interface IAppInfo
Properties
BuildString |
Gets the application build number. |
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. |