RichTextBox.GetSpellingError(TextPointer) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RichTextBox の内容中の指定した位置にある、スペル ミスに関連付けられている SpellingError オブジェクトを返します。
public:
System::Windows::Controls::SpellingError ^ GetSpellingError(System::Windows::Documents::TextPointer ^ position);
public System.Windows.Controls.SpellingError GetSpellingError (System.Windows.Documents.TextPointer position);
member this.GetSpellingError : System.Windows.Documents.TextPointer -> System.Windows.Controls.SpellingError
Public Function GetSpellingError (position As TextPointer) As SpellingError
パラメーター
- position
- TextPointer
スペル ミスのチェック対象となる特定の文字に解決される位置および論理方向を指定する TextPointer。 この TextPointer の LogicalDirection プロパティを使用して、チェックする文字の方向を指定します。
戻り値
position
によって示される文字で見つかったスペル ミスの詳細を格納する SpellingError オブジェクト。指定した文字にスペル ミスが存在しない場合は null
。
注釈
like TextPointer position
は通常、2 文字の間の位置を指定します。 検査する LogicalDirection 文字を指定するには、 position
プロパティを使用します。