Condividi tramite


BluetoothLEAdvertisementFilter.Advertisement Proprietà

Definizione

Oggetto BluetoothLEAdvertisement che può essere applicato come filtri per ricevere annunci Bluetooth LE.

public:
 property BluetoothLEAdvertisement ^ Advertisement { BluetoothLEAdvertisement ^ get(); void set(BluetoothLEAdvertisement ^ value); };
BluetoothLEAdvertisement Advertisement();

void Advertisement(BluetoothLEAdvertisement value);
public BluetoothLEAdvertisement Advertisement { get; set; }
var bluetoothLEAdvertisement = bluetoothLEAdvertisementFilter.advertisement;
bluetoothLEAdvertisementFilter.advertisement = bluetoothLEAdvertisement;
Public Property Advertisement As BluetoothLEAdvertisement

Valore della proprietà

Oggetto BluetoothLEAdvertisement che può essere applicato come filtri per ricevere annunci Bluetooth LE.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche