Share via


BluetoothLEAdvertisementWatcher.ScanningMode プロパティ

定義

Bluetooth LE スキャン モードを取得または設定します。

public:
 property BluetoothLEScanningMode ScanningMode { BluetoothLEScanningMode get(); void set(BluetoothLEScanningMode value); };
BluetoothLEScanningMode ScanningMode();

void ScanningMode(BluetoothLEScanningMode value);
public BluetoothLEScanningMode ScanningMode { get; set; }
var bluetoothLEScanningMode = bluetoothLEAdvertisementWatcher.scanningMode;
bluetoothLEAdvertisementWatcher.scanningMode = bluetoothLEScanningMode;
Public Property ScanningMode As BluetoothLEScanningMode

プロパティ値

Bluetooth LE スキャン モード。

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください