IAppxManifestReader::GetProperties method
Gets the properties of the package as defined in the manifest.
Syntax
HRESULT GetProperties( [out, retval] IAppxManifestProperties **packageProperties );
Parameters
- packageProperties [out, retval]
-
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestReader is defined as 4e1bd148-55a0-4480-a3d1-15544710637c |
See also