LiveWatchFilterRequest Class
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public class LiveWatchFilterRequest
- Inheritance
- Object LiveWatchFilterRequest
Objects of this class are normally created by VisualGDB when the user enters a string
in the
filter field, and are passed to the
MatchesFilter(LiveWatchFilterRequest)
method in order to determine the visibility of each node without expanding it.
MatchesString |
Checks whether the given string matches the filter. In the most basic form, checks whether the name contains
the user-specified search string. Where supported, will also automatically handle the '$', '^' and '|' syntax.
|