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
)
function GetClassInfo(
ppTI : Type
) : int
Parameters
ppTI
Type: System.Type%[out] Pointer to the ITypeInfo interface.
Return Value
Type: System.Int32
Permissions
- 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.
See Also
Reference
IProvideDynamicClassInfo Interface