IAppxManifestProperties interface
Provides read-only access to the properties section of a package manifest.
Members
The IAppxManifestProperties interface inherits from the IUnknown interface. IAppxManifestProperties also has these types of members:
Methods
The IAppxManifestProperties interface has these methods.
| Method | Description |
|---|---|
| GetBoolValue |
Gets the value of the specified Boolean element in the properties section. |
| GetStringValue |
Gets the value of the specified string element in the properties section. |
Remarks
The properties section of the manifest is defined using the Properties element.
This object can be retrieved using the IAppxManifestReader::GetProperties method.
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_IAppxManifestProperties is defined as 03faf64d-f26f-4b2c-aaf7-8fe7789b8bca |
See also