For a list of all members of this type, see TextSearchCriteria members.
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). |