CoreSelectionChangedEventArgs.Start 属性

定义

获取输入缓冲区中所选文本的起始索引。

public:
 property unsigned int Start { unsigned int get(); };
uint32_t Start();
public uint Start { get; }
var uInt32 = coreSelectionChangedEventArgs.start;
Public ReadOnly Property Start As UInteger

属性值

UInt32

unsigned int

uint32_t

所选文本开头的索引。

适用于