Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: