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.
Retrieves an enumerator that iterates through all the <Resource> elements that are defined in the app package's manifest.
Syntax
HRESULT GetResources(
[out, retval] IAppxManifestQualifiedResourcesEnumerator **resources
);
Parameters
[out, retval] resources
Type: IAppxManifestQualifiedResourcesEnumerator**
The enumerator that iterates through the resources.
Return value
Type: HRESULT
If the method succeeds, it returns S_OK.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Target Platform | Windows |
Header | appxpackaging.h |