IVsUIDataConverterManager::UnregisterConverter Method (String^, UInt32, UInt32)
Visual Studio 2015
Removes the convertor from the shell.
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.
Show: