Share via


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 方法

適用於