IVsUIDataConverterManager.UnregisterConverter Method

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)

Syntax

'Declaration
Function UnregisterConverter ( _
    TypeName As String, _
    dwDataFormatFrom As UInteger, _
    dwDataFormatTo As UInteger _
) As Integer
int UnregisterConverter(
    string TypeName,
    uint dwDataFormatFrom,
    uint dwDataFormatTo
)
int UnregisterConverter(
    [InAttribute] String^ TypeName, 
    [InAttribute] unsigned int dwDataFormatFrom, 
    [InAttribute] unsigned int dwDataFormatTo
)
abstract UnregisterConverter : 
        TypeName:string * 
        dwDataFormatFrom:uint32 * 
        dwDataFormatTo:uint32 -> int
function UnregisterConverter(
    TypeName : String, 
    dwDataFormatFrom : uint, 
    dwDataFormatTo : uint
) : int

Parameters

Return Value

Type: System.Int32
Return S_OK if the convertor was unregistered.

.NET Framework Security

See Also

Reference

IVsUIDataConverterManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace