WebUIDevicePairingActivatedEventArgs.DeviceInformation プロパティ

定義

操作をトリガーしたデバイスに関する情報を取得します。

public:
 property DeviceInformation ^ DeviceInformation { DeviceInformation ^ get(); };
DeviceInformation DeviceInformation();
public DeviceInformation DeviceInformation { get; }
var deviceInformation = webUIDevicePairingActivatedEventArgs.deviceInformation;
Public ReadOnly Property DeviceInformation As DeviceInformation

プロパティ値

操作をトリガーしたデバイスに関する情報。

実装

適用対象