ISolutionTreeFilter.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

Remarks

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.

Applies to