Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Factory used to create an ISolutionTreeFilter. ISolutionTreeFilter provides a list of included items that should be placed in the tree.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Interface ISolutionTreeFilterProvider
public interface ISolutionTreeFilterProvider
public interface class ISolutionTreeFilterProvider
type ISolutionTreeFilterProvider = interface end
public interface ISolutionTreeFilterProvider
The ISolutionTreeFilterProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateFilter | Creates a new filter for the specified collection of root items. |
![]() |
IsFilteringSupported | Determines whether this type of filter is supported when the specified collection of items are at the root of the tree. |
Top