LiveWatchFilterRequestMatchesString Method
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.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public virtual bool MatchesString(
string name
)
- name String
- Specifies the name to check against the filter.
BooleanReturns true if the given name matches the filter
This method is typically called from the
MatchesFilter(LiveWatchFilterRequest) method.
A typical implementation would check if the node's name, type, and other meaningful fields match the user-specified filter,
and would return the visibility value based on it.