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 容器中的字符索引。

适用于