IVsUIObject::get_Type Method (String^)

 

Returns the name of the data type for the object.

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

int get_Type(
	[OutAttribute] String^% pTypeName
)

Parameters

pTypeName
Type: System::String^

[out] Location to return the name of the type.

Return Value

Type: System::Int32

Returns S_OK if the data type was returned.

Return to top
Show: