Share via


ITypeLib.GetTypeInfo Method

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

Syntax

'Declaration
Sub GetTypeInfo ( _
    index As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
void GetTypeInfo(
    uint index,
    out Type ppTInfo
)
void GetTypeInfo(
    [InAttribute] unsigned int index, 
    [OutAttribute] Type^% ppTInfo
)
abstract GetTypeInfo : 
        index:uint32 * 
        ppTInfo:Type byref -> unit 
function GetTypeInfo(
    index : uint, 
    ppTInfo : Type
)

Parameters

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.OLE.Interop Namespace