Compartilhar via


BluetoothLEAdvertisementWatcher.ScanningMode Propriedade

Definição

Obtém ou define o modo de verificação 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

Valor da propriedade

O modo de verificação bluetooth LE.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a

Confira também