__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
VSEHI_AllowSideEffects | 8 | Recurse into nodes that return true for VSHPROPID_HasEnumerationSideEffects (requires VSEHI_NEST) |
VSEHI_Branch | 2 | Returns branch nodes (expandable). |
VSEHI_DataConn | 8 | Obsolete. Use VSEHI_AllowSideEffects instead. |
VSEHI_Leaf | 1 | Returns leaf nodes (nonexpandable). |
VSEHI_Nest | 4 | Visits nested hierarchies. |
VSEHI_OmitHier | 65536 | Doesn't fill |