The following tables list the members exposed by TextSearchCriteria.
Name | Description | |
---|---|---|
TextSearchCriteria Constructor | Overloaded. |
Name | Description | |
---|---|---|
IsCaseSensitive | Returns whether the find operation is case sensitive (read-only). | |
RegexOptions | Returns the regex options to use for the search (read-only). | |
RegexPattern | Returns the regex pattern to use for the search (read-only). | |
SearchBackwards | Returns the search direction (.i.e. whether the search should look forwards or backwards in the text) (read-only). | |
TextToFind | Returns the text to search for (read-only). | |
WholeWordOnly | Returns whether to ignore partial matches within words (read-only). |