Metodo IMetaDataImport::EnumTypeRefs
Enumera i token TypeRef definiti nell'ambito dei metadati corrente.
HRESULT EnumTypeRefs (
[in, out] HCORENUM *phEnum,
[out] mdTypeRef rTypeRefs[],
[in] ULONG cMax,
[out] ULONG *pcTypeRefs
);
Parametri
phEnum
[in, out] Puntatore all'enumeratore. Deve essere NULL per la prima chiamata di questo metodo.rTypeRefs
[out] Matrice utilizzata per archiviare i token TypeRef.cMax
[in] Dimensione massima della matrice rTypeRefs.pcTypeRefs
[out] Puntatore al numero di token TypeRef restituiti nel parametro rTypeRefs.
Valore restituito
HRESULT |
Oggetto di descrizione |
---|---|
S_OK |
EnumTypeRefs ha restituito correttamente un valore. |
S_FALSE |
Non vi sono token da enumerare. In tal caso, pcTypeRefs è zero. |
Note
Un token TypeRef rappresenta un riferimento a un tipo.
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: Cor.h
Libreria: inclusa come risorsa in MsCorEE.dll
Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0