_Document.GrammarChecked 属性

定义

确定是否已在指定的区域或文档上运行语法检查。

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

属性值

注解

如果已对指定的区域或文档运行语法检查,则此属性返回 True;如果某些指定的区域或文档尚未检查语法,则返回 False。 将属性值设置为 TrueFalse 以启用或禁用该功能。

要重新检查区域或文档的语法,可将 GrammarChecked 属性设置为 False

适用于