HierarchyTreeFilterProvider.HierarchyTreeFilter.IncludedItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of items that are included by the filter.
public:
property Microsoft::VisualStudio::Shell::IReadOnlyObservableSet ^ IncludedItems { Microsoft::VisualStudio::Shell::IReadOnlyObservableSet ^ get(); };
public Microsoft.VisualStudio.Shell.IReadOnlyObservableSet IncludedItems { get; }
member this.IncludedItems : Microsoft.VisualStudio.Shell.IReadOnlyObservableSet
Public ReadOnly Property IncludedItems As IReadOnlyObservableSet
Property Value
The set of items that are included by the filter.