BluetoothLEDevice.DeviceInformation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取蓝牙 LE 设备的设备信息。
public:
property DeviceInformation ^ DeviceInformation { DeviceInformation ^ get(); };
DeviceInformation DeviceInformation();
public DeviceInformation DeviceInformation { get; }
var deviceInformation = bluetoothLEDevice.deviceInformation;
Public ReadOnly Property DeviceInformation As DeviceInformation
属性值
表示设备信息的 DeviceInformation 对象。
Windows 要求
设备系列 |
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)
|
应用功能 |
bluetooth
|