TextBox.GetSpellingErrorLength(Int32) メソッド

定義

指定された文字を含むスペル ミスがあった場合、その長さを返します。

public:
 int GetSpellingErrorLength(int charIndex);
public int GetSpellingErrorLength (int charIndex);
member this.GetSpellingErrorLength : int -> int
Public Function GetSpellingErrorLength (charIndex As Integer) As Integer

パラメーター

charIndex
Int32

スペル ミスがないかをチェックするコンテンツ内の位置の、0 から始まる文字インデックス。

戻り値

charIndex で指定された文字を含むスペル ミスの長さ。指定した文字を含むスペル ミスがない場合は 0。

適用対象