NeedReplaceCurrent Method
NeedReplaceCurrent(out Match)
When implemented by a class, indicates whether search engine need to replace successfully found and selected text.
Declaration
bool NeedReplaceCurrent(out Match match)
Parameters
Type | Name | Description |
---|---|---|
Match | match | Receives match if regular expression search successful. |
Returns
Type | Description |
---|---|
Boolean | True if selected text matches search text; otherwise false. |