Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Type%
[out] Pointer to the ITypeInfo interface.
Return Value
Type: System.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.