IProvideClassInfo.GetClassInfo Method

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

Syntax

'Declaration
Sub GetClassInfo ( _
    <OutAttribute> ByRef ppTI As Type _
)
void GetClassInfo(
    out Type ppTI
)
void GetClassInfo(
    [OutAttribute] Type^% ppTI
)
abstract GetClassInfo : 
        ppTI:Type byref -> unit
function GetClassInfo(
    ppTI : Type
)

Parameters

.NET Framework Security

See Also

Reference

IProvideClassInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace