ISolutionTreeFilter::GetFilterDescendantsBehavior Method (Object^)
Visual Studio 2015
Determines whether to include descendants if none are explicitly specified.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- item
-
Type:
System::Object^
The item that requires the determination.
Return Value
Type: Microsoft.VisualStudio.Shell::FilterDescendantBehaviorThe 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
Show: