LiveWatchSearchResult Enumeration

Represents the result of applying a filter to a live watch node

Definition

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

Members

NoMatch0 Neither the node itself nor its children matches the filter. It will be hidden without ever loading/checking the children.
DirectMatch1 The node itself directly matches the filter. It will be shown, along with all of its children.
ChildMatch2 The node itself doesn't match the filter, but some of its children may. The node's children will be loaded and queried.

See Also