IMetaDataTables::GetTableIndex 方法

更新:2007 年 11 月

获取指定标记所引用的表的索引。

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

参数

  • token
    [in] 引用表的标记。

  • pixTbl
    [out] 一个指针,该指针指向被引用表的返回的索引。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**Cor.h

**库:**在 MsCorEE.dll 中用作资源

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

请参见

参考

IMetaDataTables

IMetaDataTables2