SpellingOptions.GermanPostReform 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果该值为 True,则使用德语后期修订规则检查单词的拼写。 如果该值为 False,则取消该功能。
public:
property bool GermanPostReform { bool get(); void set(bool value); };
public bool GermanPostReform { get; set; }
Public Property GermanPostReform As Boolean