IVsSwatchClient Interface

Enables creation of custom, owner-drawn swatch controls (color pickers) on menus. For advanced clients.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("E68652D0-396C-4937-95A3-F0AE7ACD0E15")> _
Public Interface IVsSwatchClient
'Usage
Dim instance As IVsSwatchClient
[InterfaceTypeAttribute()]
[GuidAttribute("E68652D0-396C-4937-95A3-F0AE7ACD0E15")]
public interface IVsSwatchClient
[InterfaceTypeAttribute()]
[GuidAttribute(L"E68652D0-396C-4937-95A3-F0AE7ACD0E15")]
public interface class IVsSwatchClient
public interface IVsSwatchClient

Remarks

You define swatches in the BUTTONS section of a package's CTC file using the type SWATCH.

See Also

Reference

IVsSwatchClient Members

Microsoft.VisualStudio.Shell.Interop Namespace