Compartir a través de


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

Name Description
IsVisible(WorkspaceVisualNodeBase)

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

Events

Name Description
OnFilterUpdated

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

Applies to