FrameworkTextComposition.ResultOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得發生 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 版引進。 如需詳細資訊,請參閱版本和相依性。