Share via


TextCompositionEndedEventArgs.Length 屬性

定義

取得使用者以輸入法撰寫的文字部分長度,編輯器 (輸入法) 。

public:
 property int Length { int get(); };
int Length();
public int Length { get; }
var int32 = textCompositionEndedEventArgs.length;
Public ReadOnly Property Length As Integer

屬性值

Int32

int

使用者所撰寫之文字部分的長度,編輯器 (輸入法)

適用於

另請參閱