__VSHIERARCHYIMAGEASPECT Enum

Definition

Describes icons used for the hierarchy.

public enum class __VSHIERARCHYIMAGEASPECT
public enum class __VSHIERARCHYIMAGEASPECT
enum __VSHIERARCHYIMAGEASPECT
public enum __VSHIERARCHYIMAGEASPECT
type __VSHIERARCHYIMAGEASPECT = 
Public Enum __VSHIERARCHYIMAGEASPECT
Inheritance
__VSHIERARCHYIMAGEASPECT

Fields

HIA_Icon 0

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 1

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 2

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

HIA_StateIcon 3

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

Applies to