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