RichTextBox.GetSpellingError(TextPointer) メソッド

定義

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。 この TextPointerLogicalDirection プロパティを使用して、チェックする文字の方向を指定します。

戻り値

SpellingError

position によって示される文字で見つかったスペル ミスの詳細を格納する SpellingError オブジェクト。指定した文字にスペル ミスが存在しない場合は null

注釈

like TextPointer position は通常、2 文字の間の位置を指定します。 検査する LogicalDirection 文字を指定するには、 position プロパティを使用します。

適用対象

こちらもご覧ください