HierarchyTreeFilterProvider Class
Visual Studio 2015
Base class which implements some of the boilerplate parts of an ISolutionTreeFilter.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | HierarchyTreeFilterProvider() | Initializes a new instance of the HierarchyTreeFilterProvider class. |
| Name | Description | |
|---|---|---|
![]() | CreateFilter() | Creates a new filter for the given collection of root hierarchy items. |
![]() | CreateFilter(IEnumerable) | Creates a new filter for the specified collection of root items. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsFilteringSupported(IEnumerable) | Determines whether this type of filter is supported when the specified collection of items is at the root of the tree. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

