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
ppTI
Type: Type%[out] Pointer to the ITypeInfo interface.
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.