IProvideDynamicClassInfo.GetClassInfo Method (Type%)

Returns the ITypeInfo for an object.

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

Syntax

‘선언
Function GetClassInfo ( _
    <OutAttribute> ByRef ppTI As Type _
) As Integer
‘사용 방법
Dim instance As IProvideDynamicClassInfo
Dim ppTI As Type
Dim returnValue As Integer

returnValue = instance.GetClassInfo(ppTI)
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

IProvideDynamicClassInfo Members

GetClassInfo Overload

Microsoft.VisualStudio.Shell.Interop Namespace