Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function UnregisterConverter ( _
TypeName As String, _
dwDataFormatFrom As UInteger, _
dwDataFormatTo As UInteger _
) As Integer
'用途
Dim instance As IVsUIDataConverterManager
Dim TypeName As String
Dim dwDataFormatFrom As UInteger
Dim dwDataFormatTo As UInteger
Dim returnValue As Integer
returnValue = instance.UnregisterConverter(TypeName, _
dwDataFormatFrom, dwDataFormatTo)
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
- dwDataFormatFrom
Type: System.UInt32
- dwDataFormatTo
Type: System.UInt32
Return Value
Type: System.Int32
.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.
See Also
Reference
IVsUIDataConverterManager Interface