__VSOVERLAYICON2 Enumeration
Visual Studio 2015
Provides additional members for the VSOVERLAYICON enumeration.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| OVERLAYICON_EXCLUDED | Overlay icon is excluded. | |
| OVERLAYICON_MAXINDEX2 | Indicates the last VSOVERLAYICON2. | |
| OVERLAYICON_NOTONDISK | Overlay icon is not on disk. |
This is the overlay icon that the UI hierarchy returns when asked for VSHPROPID_OverlayIconIndex. This will be transparently drawn on top of the item's normal icon.
From vsshell80.idl:
enum __VSOVERLAYICON2 { OVERLAYICON_EXCLUDED = 5, OVERLAYICON_NOTONDISK = 6, OVERLAYICON_MAXINDEX2 = 6 }; typedef DWORD VSOVERLAYICON2; // different type than original
Show: