Document.MarkText(String, Int32) Method

Definition

Microsoft Internal Use Only.

bool MarkText(std::wstring const & Pattern, int Flags = 0);
[System.Runtime.InteropServices.DispId(124)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public bool MarkText (string Pattern, int Flags = 0);
[<System.Runtime.InteropServices.DispId(124)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member MarkText : string * int -> bool
Public Function MarkText (Pattern As String, Optional Flags As Integer = 0) As Boolean

Parameters

Pattern
String

The text pattern.

Flags
Int32

The flags.

Returns

Attributes

Applies to