FilterDescendantBehavior Enum
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
C++/CX
public enum class FilterDescendantBehavior
enum FilterDescendantBehavior
public enum FilterDescendantBehavior
type FilterDescendantBehavior =
Public Enum FilterDescendantBehavior
- Inheritance
-
FilterDescendantBehavior
Name | Value | Description |
---|---|---|
ExcludeDescendantsByDefault | 0 | Exclude descendants, by default, in the filtered tree. |
IncludeDescendantsByDefault | 1 | Include descendants, by default, in the filtered tree. |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |