LiveWatchSearchResult Enumeration
Represents the result of applying a filter to a live watch node
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public enum LiveWatchSearchResult
NoMatch | 0 |
Neither the node itself nor its children matches the filter. It will be hidden without ever loading/checking the children.
|
DirectMatch | 1 |
The node itself directly matches the filter. It will be shown, along with all of its children.
|
ChildMatch | 2 |
The node itself doesn't match the filter, but some of its children may. The node's children will be loaded and queried.
|