ISearchableLiveWatchNode Interface

Represents a node that can be filtered via the filter box in the Live Watch window.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public interface ISearchableLiveWatchNode

Methods

MatchesFilter Checks whether the node, or any of its children (that might not be fully loaded yet) match the filter.

See Also