RichEditTextRange.GetIndex(TextRangeUnit) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取文字單位的本文索引, (字、行、句子、段落等) 文字範圍的起始字元位置。
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
索引值。 如果單位不存在,則值為零。