Compartir a través de


BluetoothLEAdvertisementFilter.Advertisement Propiedad

Definición

Objeto BluetoothLEAdvertisement que se puede aplicar como filtros a anuncios bluetooth LE recibidos.

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 de propiedad

Objeto BluetoothLEAdvertisement que se puede aplicar como filtros a anuncios bluetooth LE recibidos.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también