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 an enumerator that iterates through the applications defined in the manifest.
Syntax
HRESULT GetApplications(
[out, retval] IAppxManifestApplicationsEnumerator **applications
);
Parameters
[out, retval] applications
Type: IAppxManifestApplicationsEnumerator**
The enumerator that iterates through the applications.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If no applications are defined in the manifest, this method returns S_OK with an empty IAppxManifestApplicationsEnumerator object.
Call the IUnknown::Release method when you have finished using the IAppxManifestReader object.
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 |