VSOVERLAYICON Enumeration

Specifies the overlay icon, returned by the hierarchy, when asked through the VSHPROPID_OverlayIconIndex element in __VSHPROPID. This icon is transparently drawn on top of your item's normal icon to indicate that the state has changed.

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

Syntax

'Declaration
Public Enumeration VSOVERLAYICON
public enum VSOVERLAYICON
public enum class VSOVERLAYICON
type VSOVERLAYICON
public enum VSOVERLAYICON

Members

Member name Description
OVERLAYICON_CONNECTED Overlay the standard connected icon.
OVERLAYICON_DISCONNECTED Overlay the standard disconnected icon.
OVERLAYICON_MAXINDEX Value is the same as the last valid overlay indicating the end of overlay values.
OVERLAYICON_NONE Indicates that no overlay is to be used.
OVERLAYICON_POLICY Overlay the standard policy on the icon.
OVERLAYICON_SHORTCUT Overlay the standard shortcut on the icon.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace