Controls the display state or appearance of a hierarchy item.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSHIERARCHYITEMSTATE
public enum __VSHIERARCHYITEMSTATE
public enum class __VSHIERARCHYITEMSTATE
type __VSHIERARCHYITEMSTATE
public enum __VSHIERARCHYITEMSTATE
Members
| Member name | Description | |
|---|---|---|
| HIS_Bold | Hierarchy item is bold. | |
| HIS_CutHighlight | Hierarchy item has cut highlighting, which is a dim, grayed out appearance indicating a pending cut operation. | |
| HIS_Expanded | Folder node is expanded. | |
| HIS_FIRST | First item in the hierarchy. | |
| HIS_LAST | Last item in the hierarchy. | |
| HIS_Selected | Hierarchy item is selected. | 
Remarks
COM Signature
From vsshell.idl:
This enumeration is used to define the different appearance states of a single item.