IVsSwatchClient Interface

 

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

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

[InterfaceTypeAttribute(1)]
[ComConversionLossAttribute]
[GuidAttribute("E68652D0-396C-4937-95A3-F0AE7ACD0E15")]
public interface IVsSwatchClient

NameDescription
System_CAPS_pubmethodGetCellTooltip(Int32, Int32, String)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

System_CAPS_pubmethodGetEnabledCount(Int32)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

System_CAPS_pubmethodGetMetrics(VSSWATCHMETRICS[])

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

System_CAPS_pubmethodGetSelection(Int32, Int32)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

System_CAPS_pubmethodRealizePalette(IntPtr, IntPtr)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

System_CAPS_pubmethodRenderCell(VSSWATCHRENDER[], Int32)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface. 

System_CAPS_pubmethodSelectCell(Int32, Int32)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

System_CAPS_pubmethodSelectionUpdate(Int32, Int32)

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

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

Return to top
Show: