IAppxBundleManifestPackageInfo::GetResources method
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
- resources [out, retval]
-
Type: IAppxManifestQualifiedResourcesEnumerator**
The enumerator that iterates through the resources.
Return value
Type: HRESULT
If the method succeeds, it returns S_OK.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBundleManifestPackageInfo is defined as 54CD06C1-268F-40BB-8ED2-757A9EBAEC8D |
See also