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)

Syntax

'Declaration
Public Enumeration TextFindMode
public enum TextFindMode
public enum class TextFindMode
type TextFindMode
public enum TextFindMode

Members

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.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace