Find.MatchPrefix 属性

定义

才能匹配以搜索字符串开头的单词。 读/写。

public:
 property bool MatchPrefix { bool get(); void set(bool value); };
public bool MatchPrefix { get; set; }
member this.MatchPrefix : bool with get, set
Public Property MatchPrefix As Boolean

属性值

Boolean

注解

此属性相当于 "查找和替换" 对话框中的 "区分前缀" 复选框。

适用于