共用方式為


TextCompositionStartedEventArgs.Length 屬性

定義

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

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

屬性值

Int32

int

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

適用於

另請參閱