Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Registers converters for additional data types.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<GuidAttribute("806BA229-8188-4663-A918-65B0E0CC0503")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIDataConverterManager
[GuidAttribute("806BA229-8188-4663-A918-65B0E0CC0503")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDataConverterManager
[GuidAttribute(L"806BA229-8188-4663-A918-65B0E0CC0503")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIDataConverterManager
[<GuidAttribute("806BA229-8188-4663-A918-65B0E0CC0503")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIDataConverterManager = interface end
public interface IVsUIDataConverterManager
The IVsUIDataConverterManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
_VtblGap1_3 | |
![]() |
GetConverter | Returns a IVsUIDataConverter for a specified conversion. |
![]() |
GetObjectConverter | Get a convertor for a specified object. |
![]() |
RegisterConverter | Registers the convertor with the shell. |
![]() |
UnregisterConverter | Removes the convertor from the shell. |
Top
Remarks
This object is implemented by packages that include convertors implemented in [IVsUIDataConverter] interfaces.
.gif)