共用方式為


BluetoothLEAdvertisementWatcher.ScanningMode 屬性

定義

取得或設定藍牙 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

屬性值

藍牙 LE 掃描模式。

Windows 需求

應用程式功能
bluetooth

適用於

另請參閱