Find.MatchSuffix 属性

定义

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

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

属性值

Boolean

注解

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

适用于