INodeFilter Interface

Definition

Hides nodes visually in the Solution Explorer for Open Folder.

public interface class INodeFilter
public interface INodeFilter
type INodeFilter = interface
Public Interface INodeFilter

Remarks

If the filter implements IDisposable, it will be disposed when the filter selection changes.

Methods

IsVisible(WorkspaceVisualNodeBase)

Keeps or removes a node from the Solution Explorer tree visualization.

Events

OnFilterUpdated

Occurs when the underlying filter logic changes. Visual Studio will refresh the Solution Explorer using this same filter instance.

Applies to