__VSHIERARCHYIMAGEASPECT Enumeration

Visual Studio 2015
 

Describes icons used for the hierarchy.

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

public enum __VSHIERARCHYIMAGEASPECT

Member nameDescription
HIA_Icon

The icon for the hierarchy's normal state (may correspond to icons from VSHPROPID_IconMoniker, VSHPROPID_IconIndex, VSHPROPID_IconHandle, or a system image).

HIA_OpenFolderIcon

The icon for the hierarchy's expanded state (may correspond to icons from VSHPROPID_OpenFolderIconMoniker, VSHPROPID_OpenFolderIconIndex, VSHPROPID_OpenFolderIconHandle, or a system image).

HIA_OverlayIcon

The overlay icon for the hierarchy (may correspond to icons from VSHPROPID_OverlayIconIndex).

HIA_StateIcon

The state icon for the hierarchy (may correspond to icons from VSHPROPID_StateIconIndex).

Return to top
Show: