次の方法で共有


SpellCheck.SpellingReform プロパティ

定義

スペル チェックで使用されるスペル 修正規則を取得または設定します。

public:
 property System::Windows::Controls::SpellingReform SpellingReform { System::Windows::Controls::SpellingReform get(); void set(System::Windows::Controls::SpellingReform value); };
public System.Windows.Controls.SpellingReform SpellingReform { get; set; }
member this.SpellingReform : System.Windows.Controls.SpellingReform with get, set
Public Property SpellingReform As SpellingReform

プロパティ値

スペル チェックで使用されるスペル 修正規則。 既定値は、フランス語の場合は PreAndPostreform、ドイツ語の場合は Postreform です。

注釈

このプロパティによって決定されるスペルの改革規則は、フランス語とドイツ語のスペルの改革を参照します。 このプロパティは、他の言語で使用する場合は無効です。

この依存関係プロパティには、特殊な書き込み専用の添付プロパティの使用法もあります。 プロパティを設定するための XAML 構文は、textBoxBaseClass SpellCheck.SpellingReformenumValueです。ここで、textBoxBaseClass から派生するクラスのオブジェクト要素であり、enumValue 列挙体の値の文字列名です。 コードで添付プロパティとしてプロパティを設定するには、SetSpellingReform メソッドを参照してください。 一致する GetSpellingReform アクセサーはありません。 値を取得するには、TextBoxBase.SpellCheck プロパティから現在の SpellCheck オブジェクトを取得し、その SpellCheckから SpellingReform プロパティの値を取得します。

依存関係プロパティ情報

識別子フィールド SpellingReformProperty
true に設定されたメタデータ プロパティ 何一つ

適用対象