TextFindMode Enumeration
Visual Studio 2015
Specifies text find / replace flags shared by both the buffer and view.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| TFIND_BACKWARDS | Search backwards. | |
| TFIND_IN_SELECTION | Search within the current selection. | |
| TFIND_MATCH_CASE | Match text case. | |
| TFIND_NEW_SEARCH | Start a new search. | |
| TFIND_REG_EXPR | Search involves a regular expression. | |
| TFIND_WHOLE_WORD | Search only for the whole word. | |
| TFIND_WRAP_SEARCH | Search even if target text wraps. |
From textmgr.idl:
Show: