HierarchyTreeFilterProvider.HierarchyTreeFilter.IncludedItems Property

Definition

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.

Implements

Applies to