FrameworkTextComposition.CompositionLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Unicode 符號中目前撰寫的長度。
public:
property int CompositionLength { int get(); };
public int CompositionLength { get; }
member this.CompositionLength : int
Public ReadOnly Property CompositionLength As Integer
屬性值
Unicode 符號中目前撰寫的長度。
備註
屬性 CompositionLength 指出自上一 TextInput 個事件以來已輸入的字元數。 只有當 或 TextInputUpdate 事件發生時, TextInputStart 這個屬性才有意義。 TextInput事件發生時, CompositionLength 為 -1,而 ResultLength 屬性工作表示組合的長度。
CompositionLength.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。