HierarchyTreeFilterProvider::HierarchyTreeFilter::IncludedItems Property

 

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

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: