IAppxManifestQualifiedResourcesEnumerator interface

Enumerates the qualified resources that are defined in a package manifest.

Members

The IAppxManifestQualifiedResourcesEnumerator interface inherits from the IUnknown interface. IAppxManifestQualifiedResourcesEnumerator also has these types of members:

  • Methods

Methods

The IAppxManifestQualifiedResourcesEnumerator interface has these methods.

Method Description
GetCurrent

Gets the resource at the current position of the enumerator.

GetHasCurrent

Determines whether there are more elements in the enumerator.

MoveNext

Advances the position of the enumerator to the next <Resource> element.

 

Remarks

Use the IAppxBundleManifestPackageInfo::GetResources method to retrieve the IAppxManifestQualifiedResourcesEnumerator object.

Requirements

Minimum supported client

Windows 8.1 [desktop apps only]

Minimum supported server

Windows Server 2012 R2 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxManifestQualifiedResourcesEnumerator is defined as 8ef6adfe-3762-4a8f-9373-2fc5d444c8d2

See also

IAppxBundleManifestPackageInfo::GetResources