RichTextBox.GetNextSpellingErrorPosition メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。