次の方法で共有


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

選択したテキストの先頭のインデックス。

適用対象