次の方法で共有


KeyEventArgs.DeviceId プロパティ

定義

このキー イベントを生成した入力デバイスの一意の ID を取得します。

DeviceId を使用して、複数のゲーム コントローラーなどの主要なイベントを生成できるデバイスを区別します。

DeviceId は、すべての入力デバイスでサポートされているわけではありません。

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = keyEventArgs.deviceId;
Public ReadOnly Property DeviceId As String

プロパティ値

String

Platform::String

winrt::hstring

キー イベントに関連付けられている入力デバイスの一意識別子、または空の文字列。 接続するたびに、同じデバイスに異なる ID を割り当てることができます。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

このプロパティは、入力デバイスに関連付けられている特定のユーザー アカウントの情報を取得する場合に便利です。

適用対象

こちらもご覧ください