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.
Enumerates the resources defined in the package manifest.
Inheritance
The IAppxManifestResourcesEnumerator interface inherits from the IUnknown interface. IAppxManifestResourcesEnumerator also has these types of members:
Methods
The IAppxManifestResourcesEnumerator interface has these methods.
IAppxManifestResourcesEnumerator::GetCurrent Gets the resource at the current position of the enumerator. |
IAppxManifestResourcesEnumerator::GetHasCurrent Determines whether there is a resource at the current position of the enumerator. |
IAppxManifestResourcesEnumerator::MoveNext Advances the position of the enumerator to the next resource. |
Remarks
This object can be retrieved by using the GetResources method of a IAppxManifestReader or IAppxManifestReader2 object. But, starting with Windows 8.1, use IAppxManifestReader2::GetResources because it iterates over more resource qualifiers, such as, Scale and DXFeatureLevel.
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 |