TextBox.GetSpellingErrorLength(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回包括指定字符的任何拼写错误的长度。
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
内容中要检查是否存在拼写错误的位置的从零开始的字符索引。
返回
包括由 charIndex 所指定字符的任何拼写错误的长度;或者,如果指定字符不属于某个拼写错误,则为 0。