Condividi tramite


IMetaDataTables::GetTableIndex Method

Ottiene l'indice per la tabella a cui fa riferimento il token specificato.

Syntax

HRESULT GetTableIndex (
    [in]  ULONG   token,
    [out] ULONG   *pixTbl
);

Parameters

token [in] Token che fa riferimento alla tabella.

pixTbl [out] Puntatore all'indice restituito per la tabella a cui si fa riferimento.

Remarks

Non è consigliabile usare questo metodo, perché non restituisce risultati coerenti. Per informazioni sulla tabella GUID, vedere la documentazione di Common Language Infrastructure (CLI), in particolare "Partition II: Metadata Definition and Semantics". La documentazione è disponibile online; vedere STANDARD ECMA C# e Common Language Infrastructure e STANDARD ECMA-335 - Common Language Infrastructure (CLI).

Requirements

Piattaforme: Vedere Sistemi operativi supportati da .NET.

Header: Cor.h

Library: CorGuids.lib

See also