FilterDescendantBehavior 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 the descendant behavior when including items in a filtered tree.
public enum class FilterDescendantBehavior
public enum class FilterDescendantBehavior
enum FilterDescendantBehavior
public enum FilterDescendantBehavior
type FilterDescendantBehavior =
Public Enum FilterDescendantBehavior
- Inheritance
-
FilterDescendantBehavior
Fields
ExcludeDescendantsByDefault | 0 | Exclude descendants, by default, in the filtered tree. |
IncludeDescendantsByDefault | 1 | Include descendants, by default, in the filtered tree. |