HierarchyTreeFilterProvider::HierarchyTreeFilter::IncludedItems Property
Visual Studio 2015
Gets the set of items that are included by the filter.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IReadOnlyObservableSet^ IncludedItems { virtual IReadOnlyObservableSet^ get() sealed; }
Property Value
Type: Microsoft.VisualStudio.Shell::IReadOnlyObservableSet^The set of items that are included by the filter.
Implements
ISolutionTreeFilter::IncludedItems
Show: