ITypeLib.GetTypeInfoType Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

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

instance.GetTypeInfoType(index, pTKind)
void GetTypeInfoType(
    uint index,
    TYPEKIND[] pTKind
)
void GetTypeInfoType(
    [InAttribute] unsigned int index, 
    [OutAttribute] array<TYPEKIND>^ pTKind
)
function GetTypeInfoType(
    index : uint, 
    pTKind : TYPEKIND[]
)

Parameters

  • pTKind
    Type: []

Permissions

See Also

Reference

ITypeLib Interface

ITypeLib Members

Microsoft.VisualStudio.OLE.Interop Namespace