共用方式為


TextPointer.Offset 屬性

定義

取得其容器中 TextPointer 的字元索引。

public:
 property int Offset { int get(); };
int Offset();
public int Offset { get; }
var int32 = textPointer.offset;
Public ReadOnly Property Offset As Integer

屬性值

Int32

int

TextPointer在其容器內的字元索引。

適用於