AppInfo
AppInfo
AppInfo
AppInfo
Class
Definition
Provides information about an application such as it name, logo, package information, ID.
public : sealed class AppInfo : IAppInfopublic sealed class AppInfo : IAppInfoPublic NotInheritable Class AppInfo Implements IAppInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
appDiagnostics
|
Properties
AppUserModelId AppUserModelId AppUserModelId AppUserModelId
An identifier that uniquely identifies the app.
public : PlatForm::String AppUserModelId { get; }public string AppUserModelId { get; }Public ReadOnly Property AppUserModelId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The application user model ID for the application.
Remarks
An application user model identifier is used to associate processes, files, and windows with a particular application. See Application User Model IDs for more details.
- See Also
DisplayInfo DisplayInfo DisplayInfo DisplayInfo
Gets information that describes the application.
public : AppDisplayInfo DisplayInfo { get; }public AppDisplayInfo DisplayInfo { get; }Public ReadOnly Property DisplayInfo As AppDisplayInfo// You can use this property in JavaScript.
An object containing information about the app's name, description, and logo.
Id Id Id Id
Gets the app identifier.
public : PlatForm::String Id { get; }public string Id { get; }Public ReadOnly Property Id As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The id of the app as defined by the package name in the Package.appxmanifest file.
PackageFamilyName PackageFamilyName PackageFamilyName PackageFamilyName
An identifier that uniquely identifies the app's package.
public : PlatForm::String PackageFamilyName { get; }public string PackageFamilyName { get; }Public ReadOnly Property PackageFamilyName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The package family name