SpellCheck.SetSpellingReform(TextBoxBase, SpellingReform) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定拼写检查器使用的拼写改革规则。
public:
static void SetSpellingReform(System::Windows::Controls::Primitives::TextBoxBase ^ textBoxBase, System::Windows::Controls::SpellingReform value);
public static void SetSpellingReform (System.Windows.Controls.Primitives.TextBoxBase textBoxBase, System.Windows.Controls.SpellingReform value);
static member SetSpellingReform : System.Windows.Controls.Primitives.TextBoxBase * System.Windows.Controls.SpellingReform -> unit
Public Shared Sub SetSpellingReform (textBoxBase As TextBoxBase, value As SpellingReform)
参数
- textBoxBase
- TextBoxBase
应用拼写检查器的文本编辑控件。 示例控件包括 TextBox 和 RichTextBox。
- value
- SpellingReform
确定拼写改革规则的 SpellingReform 值。
注解
此方法访问的拼写改革规则是指20世纪90年代的法语和德语拼写改革。 当此方法与任何其他语言一起使用时,此方法不起作用。
此方法为 XAML 中的属性启用附加属性用法 SpellingReform 。