SVsUIDataConverters Interface

Represents a service for data convertors in the Visual Studio user interface. Use this service to get IVsUIDataConverterManager.

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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("3A4AEC59-CF2A-42C9-8DA8-66E19D7C547D")> _
Public Interface SVsUIDataConverters
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("3A4AEC59-CF2A-42C9-8DA8-66E19D7C547D")]
public interface SVsUIDataConverters
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"3A4AEC59-CF2A-42C9-8DA8-66E19D7C547D")]
public interface class SVsUIDataConverters
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("3A4AEC59-CF2A-42C9-8DA8-66E19D7C547D")>]
type SVsUIDataConverters =  interface end
public interface SVsUIDataConverters

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace