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)

public enum FilterDescendantBehavior

Member nameDescription
ExcludeDescendantsByDefault

Exclude descendants, by default, in the filtered tree.

IncludeDescendantsByDefault

Include descendants, by default, in the filtered tree.

Return to top
Show: