IAppxManifestResourcesEnumerator interface
Enumerates the resources defined in the package manifest.
Members
The IAppxManifestResourcesEnumerator interface inherits from the IUnknown interface. IAppxManifestResourcesEnumerator also has these types of members:
Methods
The IAppxManifestResourcesEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the resource at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there is a resource at the current position of the enumerator. |
| 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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestResourcesEnumerator is defined as de4dfbbd-881a-48bb-858c-d6f2baeae6ed |
See also