HierarchyTreeFilterProvider Class

 

Base class which implements some of the boilerplate parts of an ISolutionTreeFilter.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.HierarchyTreeFilterProvider

public abstract class HierarchyTreeFilterProvider : ISolutionTreeFilterProvider

NameDescription
System_CAPS_protmethodHierarchyTreeFilterProvider()

Initializes a new instance of the HierarchyTreeFilterProvider class.

NameDescription
System_CAPS_protmethodCreateFilter()

Creates a new filter for the given collection of root hierarchy items.

System_CAPS_pubmethodCreateFilter(IEnumerable)

Creates a new filter for the specified collection of root items.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsFilteringSupported(IEnumerable)

Determines whether this type of filter is supported when the specified collection of items is at the root of the tree.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: