Share via


ITypeLib.GetTypeInfoType Method

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

Syntax

'Declaration
Sub GetTypeInfoType ( _
    index As UInteger, _
    <OutAttribute> pTKind As TYPEKIND() _
)
void GetTypeInfoType(
    uint index,
    TYPEKIND[] pTKind
)
void GetTypeInfoType(
    [InAttribute] unsigned int index, 
    [OutAttribute] array<TYPEKIND>^ pTKind
)
abstract GetTypeInfoType : 
        index:uint32 * 
        pTKind:TYPEKIND[] byref -> unit
function GetTypeInfoType(
    index : uint, 
    pTKind : TYPEKIND[]
)

Parameters

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.OLE.Interop Namespace