ITypeLib2.GetTypeInfoType(Int32, TYPEKIND) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取型別描述的型別。
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 方法。