KeyboardInputBuffer.SelectionStart 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在輸入緩衝區中選取之文字的開始位置。
public:
property unsigned int SelectionStart { unsigned int get(); };
uint32_t SelectionStart();
public uint SelectionStart { get; }
var uInt32 = keyboardInputBuffer.selectionStart;
Public ReadOnly Property SelectionStart As UInteger
屬性值
目前選取範圍的起始位置。