IVsUIDataConverter::Convert Method (IVsUIObject^, IVsUIObject^)

 

Converts a data object.

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

int Convert(
	IVsUIObject^ pObject,
	[OutAttribute] IVsUIObject^% ppConvertedObject
)

Parameters

pObject
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIObject^

[in] The object to convert.

ppConvertedObject
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIObject^

[out] Location to return a pointer to the converted object.

Return Value

Type: System::Int32

Returns S_OK if the data was converted.

Return to top
Show: