RichTextBox.GetSpellingErrorRange(TextPointer) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。 この TextPointer の LogicalDirection プロパティを使用して、チェックする文字の方向を指定します。
戻り値
position
で指定された文字を含むスペル ミスの単語が含まれている TextRange オブジェクト。指定された文字にスペル ミスが存在しない場合は null
。
注釈
like TextPointer position
は通常、2 文字の間の位置を指定します。 検査する LogicalDirection 文字を指定するには、 position
プロパティを使用します。