IAppxManifestApplication interface
Provides access to attribute values of the application.
Members
The IAppxManifestApplication interface inherits from the IUnknown interface. IAppxManifestApplication also has these types of members:
Methods
The IAppxManifestApplication interface has these methods.
| Method | Description |
|---|---|
| GetAppUserModelId |
Gets the application user model identifier. |
| GetStringValue |
Gets the value of a string element in the application metadata section of the manifest. |
Examples
For an example, see Quickstart: Read app package manifest info.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestApplication is defined as 5da89bf4-3773-46be-b650-7e744863b7e8 |
See also