RichTextBox.GetNextSpellingErrorPosition メソッド

定義

TextPointerの内容の次のスペル ミスを指すRichTextBoxを返します。

public:
 System::Windows::Documents::TextPointer ^ GetNextSpellingErrorPosition(System::Windows::Documents::TextPointer ^ position, System::Windows::Documents::LogicalDirection direction);
public System.Windows.Documents.TextPointer GetNextSpellingErrorPosition(System.Windows.Documents.TextPointer position, System.Windows.Documents.LogicalDirection direction);
member this.GetNextSpellingErrorPosition : System.Windows.Documents.TextPointer * System.Windows.Documents.LogicalDirection -> System.Windows.Documents.TextPointer
Public Function GetNextSpellingErrorPosition (position As TextPointer, direction As LogicalDirection) As TextPointer

パラメーター

position
TextPointer

次のスペル ミスを検索する位置を示す TextPointer

direction
LogicalDirection

指定したpositionから始まる、次のスペル ミスを検索するLogicalDirection

返品

RichTextBoxの内容の次のスペル ミスを指すTextPointer。次のスペル エラーが存在しない場合はnull

適用対象

こちらもご覧ください