__VSEHI Enumeration

 

Specifies Enum Hierarchy Items to return via IEnumHierarchyItems.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __VSEHI

Member nameDescription
VSEHI_AllowSideEffects

Recurse into nodes that return true for VSHPROPID_HasEnumerationSideEffects (requires VSEHI_NEST)

VSEHI_Branch

Returns branch nodes (expandable).

VSEHI_DataConn

Obsolete. Use VSEHI_AllowSideEffects instead.

VSEHI_Leaf

Returns leaf nodes (nonexpandable).

VSEHI_Nest

Visits nested hierarchies.

VSEHI_OmitHier

Doesn't fill pHier member of VSITEMSELECTION (incompatible with VSEHI_Nest).

Return to top
Show: