IVsUIDataConverter::get_Type Method (String^)

 

Returns the logical type to which the convertor applies.

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 a string representing the logical type.

Return Value

Type: System::Int32

Returns S_OK if the type was returned.

Return to top
Show: