Document.MarkText(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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