TextFindMode Enumeration

 

Specifies text find / replace flags shared by both the buffer and view.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public enum TextFindMode

Member nameDescription
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:

Return to top
Show: