UCOMITypeLib.GetTypeInfoType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 連結庫。