IVsUIDataConverterManager.UnregisterConverter(String, UInt32, UInt32) Method

Definition

Removes the convertor from the shell.

public:
 int UnregisterConverter(System::String ^ TypeName, System::UInt32 dwDataFormatFrom, System::UInt32 dwDataFormatTo);
public:
 int UnregisterConverter(Platform::String ^ TypeName, unsigned int dwDataFormatFrom, unsigned int dwDataFormatTo);
int UnregisterConverter(std::wstring const & TypeName, unsigned int dwDataFormatFrom, unsigned int dwDataFormatTo);
public int UnregisterConverter (string TypeName, uint dwDataFormatFrom, uint dwDataFormatTo);
abstract member UnregisterConverter : string * uint32 * uint32 -> int
Public Function UnregisterConverter (TypeName As String, dwDataFormatFrom As UInteger, dwDataFormatTo As UInteger) As Integer

Parameters

TypeName
String

[in] The type of the data family.

dwDataFormatFrom
UInt32

[in] The source format.

dwDataFormatTo
UInt32

[in] the target format.

Returns

Return S_OK if the convertor was unregistered.

Applies to