ITypeLib.GetTypeInfoType(Int32, TYPEKIND) 方法

定义

检索类型说明的类型。

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::TYPEKIND % pTKind);
public void GetTypeInfoType (int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

参数

index
Int32

类型库中类型说明的索引。

pTKind
TYPEKIND

此方法返回时,包含对用于类型说明的 TYPEKIND 枚举的引用。 此参数未经初始化即被传递。

注解

有关详细信息,请参阅 ITypeLib::GetTypeInfoType 方法

适用于