INodeFilterProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |