TextBox.GetNextSpellingErrorCharacterIndex(Int32, LogicalDirection) メソッド

定義

テキスト ボックスのコンテンツ内にある次のスペル ミスの先頭の文字インデックスを返します。

public:
 int GetNextSpellingErrorCharacterIndex(int charIndex, System::Windows::Documents::LogicalDirection direction);
public int GetNextSpellingErrorCharacterIndex (int charIndex, System.Windows.Documents.LogicalDirection direction);
member this.GetNextSpellingErrorCharacterIndex : int * System.Windows.Documents.LogicalDirection -> int
Public Function GetNextSpellingErrorCharacterIndex (charIndex As Integer, direction As LogicalDirection) As Integer

パラメーター

charIndex
Int32

次のスペル ミスの検索を開始する位置を示す、0 から始まる文字インデックス。

direction
LogicalDirection

指定された charIndex から次のスペル ミスを検索するときの方向を指定する LogicalDirection 値のいずれか。

戻り値

Int32

テキスト ボックスのコンテンツ内にある次のスペル ミスの先頭に対応する文字インデックス。次のスペル ミスが存在しない場合は -1。

適用対象

こちらもご覧ください