Compartir a través de


BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status Propiedad

Definición

Obtiene el nuevo estado de BluetoothLEAdvertisementPublisher.

public:
 property BluetoothLEAdvertisementPublisherStatus Status { BluetoothLEAdvertisementPublisherStatus get(); };
BluetoothLEAdvertisementPublisherStatus Status();
public BluetoothLEAdvertisementPublisherStatus Status { get; }
var bluetoothLEAdvertisementPublisherStatus = bluetoothLEAdvertisementPublisherStatusChangedEventArgs.status;
Public ReadOnly Property Status As BluetoothLEAdvertisementPublisherStatus

Valor de propiedad

El nuevo estado de BluetoothLEAdvertisementPublisher.

Requisitos de Windows

Características de aplicaciones
bluetooth

Comentarios

El estado actual de BluetoothLEAdvertisementPublisher podría haber cambiado en el momento en que se tiene acceso a esta propiedad. Esta propiedad refleja el nuevo estado de BluetoothLEAdvertisementPublisher en el momento en que se cambió y se produjo el evento StatusChanged .

Se aplica a

Consulte también