ISolutionTreeFilter Interface
Visual Studio 2015
A filter that controls a collection of items that should be included in the filtered tree.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | IncludedItems | Gets the set of items that are included by the filter. |
![]() | IsInitialized | (Inherited from ISupportInitializeNotification.) |
| Name | Description | |
|---|---|---|
![]() | BeginInit() | (Inherited from ISupportInitialize.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | EndInit() | (Inherited from ISupportInitialize.) |
![]() | GetFilterDescendantsBehavior(Object) | Determines whether to include descendants if none are explicitly specified. |
| Name | Description | |
|---|---|---|
![]() | Initialized | (Inherited from ISupportInitializeNotification.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
When the filter is no longer needed, the tree control will dispose the filter.
Show:


