次の方法で共有


DevicePairingActivatedEventArgs.DeviceInformation プロパティ

定義

ペアになっているデバイス オブジェクトの DeviceInformation オブジェクトを取得します。

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

プロパティ値

デバイス オブジェクトの情報。

実装

適用対象