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 値。
注釈
この方法によってアクセスされるスペル改革規則は、1990年代のフランス語とドイツ語のスペル改革を指します。 このメソッドは、他の言語で使用されている場合は影響しません。
このメソッドを使用すると、XAML のプロパティに添付プロパティを SpellingReform 使用できます。