Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: String[in] The type of the data family.
dwDataFormatFrom
Type: UInt32[in] The source format.
dwDataFormatTo
Type: UInt32[in] the target format.
Return Value
Type: 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.