INodeFilterProvider Interface

Definition

Creates node filters for the Solution Explorer in Open Folder.

public interface class INodeFilterProvider
public interface INodeFilterProvider
type INodeFilterProvider = interface
Public Interface INodeFilterProvider

Properties

IsFilterAvailable

Gets if the conditions to create a filter are met. When this is true, the Solution Explorer in Open Folder will enable the button for this filter provider.

Methods

CreateFilter()

Creates a new instance of INodeFilter that can be used by the Solution Explorer. A new filter will be requested each time the active filter changes.

Events

OnIsFilterAvailableChanged

Occurs when the provider should be asked for a new INodeFilter instance.

Applies to