FilterDescendantBehavior Enumeration

Specifies the descendant behavior when including items in a filtered tree.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
Public Enumeration FilterDescendantBehavior
public enum FilterDescendantBehavior
public enum class FilterDescendantBehavior
type FilterDescendantBehavior
public enum FilterDescendantBehavior

Members

Member name Description
ExcludeDescendantsByDefault Exclude descendants, by default, in the filtered tree.
IncludeDescendantsByDefault Include descendants, by default, in the filtered tree.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace