다음을 통해 공유


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

‘선언
Public Enumeration TextFindMode
‘사용 방법
Dim instance As TextFindMode
public enum TextFindMode
public enum class TextFindMode
type TextFindMode
public enum TextFindMode

Members

Member name Description
TFIND_BACKWARDS Search backwards.
TFIND_MATCH_CASE Match text case.
TFIND_WHOLE_WORD Search only for the whole word.
TFIND_REG_EXPR Search involves a regular expression.
TFIND_WRAP_SEARCH Search even if target text wraps.
TFIND_IN_SELECTION Search within the current selection.
TFIND_NEW_SEARCH Start a new search.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace