แก้ไข

แชร์ผ่าน


IMetaDataTables::GetTableIndex Method

Gets the index for the table referenced by the specified token.

Syntax

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

Parameters

token [in] The token that references the table.

pixTbl [out] A pointer to the returned index for the referenced table.

Remarks

We do not recommend the use of this method, because it does not return consistent results. For information about the GUID table, see the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". The documentation is available online; see ECMA C# and Common Language Infrastructure Standards and Standard ECMA-335 - Common Language Infrastructure (CLI).

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: Available since 1.0

See also