IVsUIDataConverterManager::UnregisterConverter Method (String^, UInt32, UInt32)

 

Removes the convertor from the shell.

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

int UnregisterConverter(
	String^ TypeName,
	unsigned int dwDataFormatFrom,
	unsigned int dwDataFormatTo
)

Parameters

TypeName
Type: System::String^

[in] The type of the data family.

dwDataFormatFrom
Type: System::UInt32

[in] The source format.

dwDataFormatTo
Type: System::UInt32

[in] the target format.

Return Value

Type: System::Int32

Return S_OK if the convertor was unregistered.

Return to top
Show: