ITypeLib.GetTypeInfoType メソッド

型の説明の型を取得します。

名前空間 :  Microsoft.VisualStudio.VsWizard
アセンブリ :  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)

構文

'宣言
Sub GetTypeInfoType ( _
    index As UInteger, _
    <OutAttribute> ByRef pTKind As tagTYPEKIND _
)
'使用
Dim instance As ITypeLib
Dim index As UInteger
Dim pTKind As tagTYPEKIND

instance.GetTypeInfoType(index, pTKind)
void GetTypeInfoType(
    uint index,
    out tagTYPEKIND pTKind
)
void GetTypeInfoType(
    [InAttribute] unsigned int index, 
    [OutAttribute] tagTYPEKIND% pTKind
)
function GetTypeInfoType(
    index : uint, 
    pTKind : tagTYPEKIND
)

パラメータ

  • index
    型 : System.UInt32

    タイプ ライブラリ内の型の説明のインデックスです。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ITypeLib インターフェイス

ITypeLib メンバ

Microsoft.VisualStudio.VsWizard 名前空間