Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |