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 程式庫。

適用於