TextBox.GetCharacterIndexFromLineIndex(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對指定行中的第一個字元,傳回以零起始的字元索引。
public:
int GetCharacterIndexFromLineIndex(int lineIndex);
public int GetCharacterIndexFromLineIndex (int lineIndex);
member this.GetCharacterIndexFromLineIndex : int -> int
Public Function GetCharacterIndexFromLineIndex (lineIndex As Integer) As Integer
參數
- lineIndex
- Int32
行中以零起始的索引,要為其擷取初始字元索引。
傳回
指定行中第一個字元的以零起始的索引。