IMetaDataTables::GetRow, méthode
Obtient la ligne à l'index de ligne spécifié dans la table à l'index de table spécifié.
HRESULT GetRow (
[in] ULONG ixTbl,
[in] ULONG rid,
[out] void **ppRow
);
Paramètres
ixTbl
[in] Index de la table à partir de laquelle la ligne sera récupérée.rid
[in] Index de la ligne à obtenir.ppRow
[out] Pointeur vers un pointeur vers la ligne.
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, 1.1, 1.0