Share via


Metodo IAppxBundleManifestOptionalBundleInfoEnumerator::GetHasCurrent (appxpackaging.h)

Determina se sono presenti informazioni facoltative sul bundle nella posizione corrente dell'enumeratore.

Sintassi

HRESULT GetHasCurrent(
  [out, retval] BOOL *hasCurrent
);

Parametri

[out, retval] hasCurrent

TRUE se la posizione corrente dell'enumeratore fa riferimento a un elemento; FALSE se l'enumeratore ha passato l'ultimo elemento della raccolta.

Valore restituito

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

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

Vedi anche

IAppxBundleManifestOptionalBundleInfoEnumerator