IAppxManifestProperties interface (appxpackaging.h)
Provides read-only access to the properties section of a package manifest.
Inheritance
The IAppxManifestProperties interface inherits from the IUnknown interface. IAppxManifestProperties also has these types of members:
Methods
The IAppxManifestProperties interface has these methods.
IAppxManifestProperties::GetBoolValue Gets the value of the specified Boolean element in the properties section. |
IAppxManifestProperties::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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | appxpackaging.h |