Document.MarkText(String, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅限 Microsoft 内部使用。
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
参数
- Pattern
- String
文本模式。
- Flags
- Int32
标志。
返回
- 属性