Find.IgnorePunct 属性

定义

返回或设置一个 boolean 类型的值 ,该值表示查找操作是否应忽略找到的文本中的标点符号。 读/写。

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

属性值

Boolean

注解

此属性对应于 "查找和替换" 对话框中的 "忽略标点符号" 复选框。

适用于