TextCompositionChangedEventArgs.Length 属性

定义

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

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

属性值

Int32

int

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

适用于

另请参阅