Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the properties of the package as defined in the manifest.
Syntax
HRESULT GetProperties(
[out, retval] IAppxManifestProperties **packageProperties
);
Parameters
[out, retval] packageProperties
Type: IAppxManifestProperties**
Properties of the package as described by the manifest.
Return value
Type: HRESULT
If the method succeeds, it returns S_OK.
Remarks
Properties are specified using the Properties element in the manifest.
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 |