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.
Registers converters for additional data types.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.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)