次の方法で共有


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。

適用対象