Metodo IAppxManifestReader::GetResources (appxpackaging.h)

Ottiene un enumeratore che esegue l'iterazione delle risorse definite nel manifesto.

Sintassi

HRESULT GetResources(
  [out, retval] IAppxManifestResourcesEnumerator **resources
);

Parametri

[out, retval] resources

Tipo: IAppxManifestResourcesEnumerator**

Enumeratore che esegue l'iterazione delle risorse.

Valore restituito

Tipo: HRESULT

Se il metodo ha esito positivo, restituisce S_OK.

Commenti

Le risorse vengono specificate usando l'elemento Resources nel manifesto.

Chiamare il metodo IUnknown::Release al termine dell'uso dell'oggetto resources .

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione appxpackaging.h

Vedi anche

IAppxManifestReader