ISolutionTreeFilter.GetFilterDescendantsBehavior 方法

Determines whether to include descendants if none are explicitly specified.

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.Immutable.11.0(在 Microsoft.VisualStudio.Shell.Immutable.11.0.dll 中)

语法

声明
Function GetFilterDescendantsBehavior ( _
    item As Object _
) As FilterDescendantBehavior
FilterDescendantBehavior GetFilterDescendantsBehavior(
    Object item
)

参数

  • item
    类型:System.Object
    The item that requires the determination.

返回值

类型:Microsoft.VisualStudio.Shell.FilterDescendantBehavior
The value that specifies whether to exclude or include by default.

备注

The default implementation includes descendants for non-hierarchy items. For hierarchies, it excludes descendants for folder and project nodes and includes descendants for typical member files

.NET Framework 安全性

请参见

参考

ISolutionTreeFilter 接口

Microsoft.VisualStudio.Shell 命名空间