Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a service for data convertors in the Visual Studio user interface. Use this service to get IVsUIDataConverterManager.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.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