__VSEHI 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.
Specifies Enum Hierarchy Items to return via IEnumHierarchyItems.
public enum class __VSEHI
public enum class __VSEHI
enum __VSEHI
public enum __VSEHI
type __VSEHI =
Public Enum __VSEHI
- Inheritance
-
__VSEHI
Fields
Name | Value | Description |
---|---|---|
VSEHI_Leaf | 1 | Returns leaf nodes (nonexpandable). |
VSEHI_Branch | 2 | Returns branch nodes (expandable). |
VSEHI_Nest | 4 | Visits nested hierarchies. |
VSEHI_AllowSideEffects | 8 | Recurse into nodes that return true for VSHPROPID_HasEnumerationSideEffects (requires VSEHI_NEST) |
VSEHI_DataConn | 8 | Obsolete. Use VSEHI_AllowSideEffects instead. |
VSEHI_OmitHier | 65536 | Doesn't fill |