Partager via


IMetaDataTables::GetNextGuid, méthode

Obtient l'index de la valeur GUID suivante dans la colonne de table en cours.

HRESULT GetNextGuid (
    [in]  ULONG   ixGuid,
    [out] ULONG   *pNext
);

Paramètres

  • ixGuid
    [in] Valeur d'index provenant d'une colonne de la table GUID.

  • pNext
    [out] Pointeur vers l'index de la valeur GUID suivante.

Notes

Il est déconseillé d'utiliser cette méthode car elle retourne des résultats incohérents. Pour plus d'informations sur la table GUID, consultez la documentation relative à l'infrastructure du langage commun (CLI, Common Language Infrastructure), et tout particulièrement « Partition II: Metadata Definition and Semantics ». La documentation est disponible en ligne. Consultez ECMA C# and Common Language Infrastructure Standards (en anglais) sur MSDN et Standard ECMA-335 - Common Language Infrastructure (CLI) (en anglais) sur le site Web international ECMA.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

En-tête : Cor.h

Bibliothèque : utilisée en tant que ressource dans MsCorEE.dll

Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Voir aussi

Référence

IMetaDataTables, interface

IMetaDataTables2, interface