Partager via


BluetoothLEAdvertisementFilter.Advertisement Propriété

Définition

Objet BluetoothLEAdvertisement qui peut être appliqué en tant que filtres aux publicités Bluetooth LE reçues.

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

Valeur de propriété

Objet BluetoothLEAdvertisement qui peut être appliqué en tant que filtres aux publicités Bluetooth LE reçues.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à

Voir aussi