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.

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

System.Object
  Microsoft.VisualStudio.PlatformUI.DisposableObject
    Microsoft.VisualStudio.Shell.HierarchyTreeFilterProvider.HierarchyTreeFilter

protected abstract class HierarchyTreeFilter : DisposableObject, 
	ISolutionTreeFilter, IDisposable, ISupportInitializeNotification, 
	ISupportInitialize, INotifyPropertyChanged

NameDescription
System_CAPS_protmethodHierarchyTreeFilterProvider.HierarchyTreeFilter()

Initializes a new instance of the HierarchyTreeFilterProvider.HierarchyTreeFilter class.

NameDescription
System_CAPS_protpropertyCancellationToken

Gets a CancellationToken that will be cancelled when this filter is disposed.

System_CAPS_pubpropertyIncludedItems

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

System_CAPS_pubpropertyIsDisposed

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

System_CAPS_pubpropertyIsInitialized

Gets a value indicating whether the component is initialized.

NameDescription
System_CAPS_pubmethodDispose()

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

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

System_CAPS_protmethodDisposeManagedResources()

Allows derived classes to provide custom dispose handling for managed resources.(Overrides DisposableObject.DisposeManagedResources().)

System_CAPS_protmethodDisposeNativeResources()

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

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

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

System_CAPS_pubmethodGetFilterDescendantsBehavior(Object)

Indicates whether to include descendants if none are explicitly specified.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetIncludedItemsAsync(IEnumerable<IVsHierarchyItem>)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodThrowIfDisposed()

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventDisposing

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

System_CAPS_pubeventInitialized

Occurs when initialization of the component is completed.

System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISupportInitialize.BeginInit()

Signals the object that initialization is starting.

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

Return to top
Show: