Compartilhar via


BluetoothLEAdvertisementFilter.Advertisement Propriedade

Definição

Um objeto BluetoothLEAdvertisement que pode ser aplicado como filtros para anúncios de Bluetooth LE recebidos.

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

Valor da propriedade

Um objeto BluetoothLEAdvertisement que pode ser aplicado como filtros para anúncios de Bluetooth LE recebidos.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a

Confira também