INodeFilter 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.
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. |