Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.