FilterDescendantBehavior 枚举
Specifies the descendant behavior when including items in a filtered tree.
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.Immutable.11.0(在 Microsoft.VisualStudio.Shell.Immutable.11.0.dll 中)
语法
声明
Public Enumeration FilterDescendantBehavior
public enum FilterDescendantBehavior
成员
成员名称 | 说明 | |
---|---|---|
ExcludeDescendantsByDefault | Exclude descendants, by default, in the filtered tree. | |
IncludeDescendantsByDefault | Include descendants, by default, in the filtered tree. |