IProvideDynamicClassInfo.GetClassInfo Method

Returns the ITypeInfo for an object.

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

Syntax

'Declaration
Function GetClassInfo ( _
    <OutAttribute> ByRef ppTI As Type _
) As Integer
int GetClassInfo(
    out Type ppTI
)
int GetClassInfo(
    [OutAttribute] Type^% ppTI
)
abstract GetClassInfo : 
        ppTI:Type byref -> int 
function GetClassInfo(
    ppTI : Type
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IProvideDynamicClassInfo Interface

Microsoft.VisualStudio.Shell.Interop Namespace