UCOMITypeLib.GetTypeInfoType 方法

定义

重载

GetTypeInfoType(Int32, TYPEKIND)

检索类型说明的类型。

GetTypeInfoType(Int32, TYPEKIND)

检索类型说明的类型。

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

适用于

GetTypeInfoType(Int32, TYPEKIND)

检索类型说明的类型。

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

参数

index
Int32

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

pTKind
TYPEKIND

对类型说明的 TYPEKIND 枚举的引用。

注解

有关 的其他 ITypeLib::GetTypeInfoOfType信息,请参阅 MSDN 库。

适用于