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)

int GetClassInfo(
	[OutAttribute] Type^% ppTI
)

Parameters

ppTI
Type: System::Type^

[out] Pointer to the ITypeInfo interface.

Return Value

Type: System::Int32
Return to top
Show: