共用方式為


RichEditTextRange.GetIndex(TextRangeUnit) 方法

定義

擷取文字單位 (文字、行、句子、段落等文字單位的本文索引,) 文字範圍的起始字元位置。

public:
 virtual int GetIndex(TextRangeUnit unit) = GetIndex;
int GetIndex(TextRangeUnit const& unit);
public int GetIndex(TextRangeUnit unit);
function getIndex(unit)
Public Function GetIndex (unit As TextRangeUnit) As Integer

參數

unit
TextRangeUnit

已編制索引的文字單位。

傳回

Int32

int

索引值。 如果單位不存在,則值為零。

實作

適用於