TextCompositionStartedEventArgs.Length 属性

定义

获取用户使用输入法编辑器 (IME) 撰写的文本部分的长度。

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

属性值

Int32

int

用户使用输入法撰写的文本部分的长度编辑器 (输入法)

适用于

另请参阅