ISolutionTreeFilter::IncludedItems Property

 

Gets the set of items that are included by the filter.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

property IReadOnlyObservableSet^ IncludedItems {
	IReadOnlyObservableSet^ get();
}

When the IncludedItems are placed into a tree, these items and their ancestors will be included in the tree, and all other items will be excluded.

Return to top
Show: