次の方法で共有


GattDeviceService.Device プロパティ

定義

現在の GattDeviceService オブジェクトに関連付けられているデバイスを記述する BluetoothLEDevice オブジェクトを取得します。

重要

Device API は非推奨であり、将来のバージョンの Windows では使用できない可能性があります。 代わりに、セッションを使用 します

public:
 property BluetoothLEDevice ^ Device { BluetoothLEDevice ^ get(); };
BluetoothLEDevice Device();
/// [get: Windows.Foundation.Metadata.Deprecated("Use Session instead of Device property.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
BluetoothLEDevice Device();
public BluetoothLEDevice Device { get; }
public BluetoothLEDevice Device { [Windows.Foundation.Metadata.Deprecated("Use Session instead of Device property.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var bluetoothLEDevice = gattDeviceService.device;
Public ReadOnly Property Device As BluetoothLEDevice

プロパティ値

現在の GattDeviceService オブジェクトに関連付けられているデバイスを記述する BluetoothLEDevice オブジェクト。

属性

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください