__VSHIERARCHYIMAGEASPECT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |