FrameworkTextComposition.ResultLength 屬性

定義

取得發生 TextInput 事件時,Unicode 符號中最終文字的長度。

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

屬性值

發生 TextInput 事件時,Unicode 符號中最終文字的長度。

備註

TextInputStart發生 或 TextInputUpdate 事件時, ResultLength 為 -1。

ResultLength.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於