HierarchyTreeFilterProvider.HierarchyTreeFilter Class
Base class that implements some of the boilerplate parts of an ISolutionTreeFilter. This includes behavior to ensure newly-added hierarchy items are always visible through the filtered view, even if those items do not match the filter. Derived types must still implement the logic for constructing the set of included items.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.PlatformUI.DisposableObject
Microsoft.VisualStudio.Shell.HierarchyTreeFilterProvider.HierarchyTreeFilter
| Name | Description | |
|---|---|---|
![]() | HierarchyTreeFilterProvider.HierarchyTreeFilter() | Initializes a new instance of the HierarchyTreeFilterProvider.HierarchyTreeFilter class. |
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets a CancellationToken that will be cancelled when this filter is disposed. |
![]() | IncludedItems | Gets the set of items that are included by the filter. |
![]() | IsDisposed | This API supports the product infrastructure and is not intended to be used directly from your code. Returns whether the object has been disposed once, which protects against double disposal.(Inherited from DisposableObject.) |
![]() | IsInitialized | Gets a value indicating whether the component is initialized. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from DisposableObject.) |
![]() | Dispose(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Standard virtual overload for IDisposable pattern.(Inherited from DisposableObject.) |
![]() | DisposeManagedResources() | Allows derived classes to provide custom dispose handling for managed resources.(Overrides DisposableObject.DisposeManagedResources().) |
![]() | DisposeNativeResources() | This API supports the product infrastructure and is not intended to be used directly from your code. Allows derived classes to provide custom dispose handling for native resources.(Inherited from DisposableObject.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | This API supports the product infrastructure and is not intended to be used directly from your code. Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from DisposableObject.) |
![]() | GetFilterDescendantsBehavior(Object) | Indicates whether to include descendants if none are explicitly specified. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetIncludedItemsAsync(IEnumerable<IVsHierarchyItem>) | |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ThrowIfDisposed() | This API supports the product infrastructure and is not intended to be used directly from your code. Throws an ObjectDisposedException if this object has been disposed.(Inherited from DisposableObject.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Disposing | This API supports the product infrastructure and is not intended to be used directly from your code. Raised when the event is being disposed, that is, while it is still accessible.(Inherited from DisposableObject.) |
![]() | Initialized | Occurs when initialization of the component is completed. |
![]() | PropertyChanged | Occurs when a property value changes. |
| Name | Description | |
|---|---|---|
![]() ![]() | ISupportInitialize.BeginInit() | Signals the object that initialization is starting. |
![]() ![]() | ISupportInitialize.EndInit() | Signals the object that initialization is complete. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






