Share via


TextCompositionStartedEventArgs.StartIndex 属性

定义

获取用户使用输入法编辑器撰写的文本的起始位置 (输入法) 。

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

属性值

Int32

int

用户使用输入法编辑器撰写的文本的起始位置 (输入法)

适用于

另请参阅