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.
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_NONE | Indicates that no overlay is to be used. | |
OVERLAYICON_SHORTCUT | Overlay the standard shortcut on the icon. | |
OVERLAYICON_POLICY | Overlay the standard policy on the icon. | |
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. |
Remarks
COM Signature
From vsshell.idl: