INodeFilterProvider.CreateFilter Method

Definition

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.

public:
 Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeFilter ^ CreateFilter();
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeFilter CreateFilter ();
abstract member CreateFilter : unit -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeFilter
Public Function CreateFilter () As INodeFilter

Returns

A new filter.

Applies to