Compartir a través de


BluetoothLEAdvertisementWatcherTriggerDetails.Advertisements Propiedad

Definición

Obtiene una colección de anuncios de Bluetooth LE.

public:
 property IVectorView<BluetoothLEAdvertisementReceivedEventArgs ^> ^ Advertisements { IVectorView<BluetoothLEAdvertisementReceivedEventArgs ^> ^ get(); };
IVectorView<BluetoothLEAdvertisementReceivedEventArgs> Advertisements();
public IReadOnlyList<BluetoothLEAdvertisementReceivedEventArgs> Advertisements { get; }
var iVectorView = bluetoothLEAdvertisementWatcherTriggerDetails.advertisements;
Public ReadOnly Property Advertisements As IReadOnlyList(Of BluetoothLEAdvertisementReceivedEventArgs)

Valor de propiedad

Una colección de anuncios bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a