KeyboardInputBuffer.SelectionLength 属性

定义

获取输入缓冲区中当前所选内容中的字符数。

public:
 property unsigned int SelectionLength { unsigned int get(); };
uint32_t SelectionLength();
public uint SelectionLength { get; }
var uInt32 = keyboardInputBuffer.selectionLength;
Public ReadOnly Property SelectionLength As UInteger

属性值

UInt32

unsigned int

uint32_t

当前所选内容中的字符数;如果没有选择,则为 0。

适用于