TextChange.Offset 属性

定义

获取或设置发生更改的位置。

public:
 property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer

属性值

Int32

发生更改的位置。

注解

TextChange在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于