KeyboardInputBuffer.SelectionLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取输入缓冲区中当前所选内容中的字符数。
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
属性值
当前所选内容中的字符数;如果没有选择,则为 0。