FrameworkTextComposition.ResultOffset 属性

定义

获取发生 TextInput 事件时已完成文本的偏移。

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

属性值

发生 TextInput 事件时已完成文本的偏移。

注解

TextInputStart当 或 TextInputUpdate 事件发生时, ResultLength 为 -1。

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

适用于