RichTextBox.GetSpellingErrorRange(TextPointer) メソッド

定義

TextRange のコンテンツ内の指定された位置にあるスペル ミスの単語が含まれている RichTextBox オブジェクトを返します。

public:
 System::Windows::Documents::TextRange ^ GetSpellingErrorRange(System::Windows::Documents::TextPointer ^ position);
public System.Windows.Documents.TextRange GetSpellingErrorRange (System.Windows.Documents.TextPointer position);
member this.GetSpellingErrorRange : System.Windows.Documents.TextPointer -> System.Windows.Documents.TextRange
Public Function GetSpellingErrorRange (position As TextPointer) As TextRange

パラメーター

position
TextPointer

スペル ミスのチェック対象となる特定の文字に解決される位置および論理方向を指定する TextPointer。 この TextPointerLogicalDirection プロパティを使用して、チェックする文字の方向を指定します。

戻り値

TextRange

position で指定された文字を含むスペル ミスの単語が含まれている TextRange オブジェクト。指定された文字にスペル ミスが存在しない場合は null

注釈

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

適用対象

こちらもご覧ください