IVsUIDataConverterManager Interface

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
Public method _VtblGap1_3
Public method GetConverter Returns a IVsUIDataConverter for a specified conversion.
Public method GetObjectConverter Get a convertor for a specified object.
Public method RegisterConverter Registers the convertor with the shell.
Public method UnregisterConverter Removes the convertor from the shell.

Top

Remarks

This object is implemented by packages that include convertors implemented in [IVsUIDataConverter] interfaces.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace