BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la nouvelle status du BluetoothLEAdvertisementPublisher.
public:
property BluetoothLEAdvertisementPublisherStatus Status { BluetoothLEAdvertisementPublisherStatus get(); };
BluetoothLEAdvertisementPublisherStatus Status();
public BluetoothLEAdvertisementPublisherStatus Status { get; }
var bluetoothLEAdvertisementPublisherStatus = bluetoothLEAdvertisementPublisherStatusChangedEventArgs.status;
Public ReadOnly Property Status As BluetoothLEAdvertisementPublisherStatus
Valeur de propriété
Nouvelle status du BluetoothLEAdvertisementPublisher.
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|
Remarques
La status actuelle de BluetoothLEAdvertisementPublisher peut avoir changé au moment où cette propriété est accessible. Cette propriété reflète la nouvelle status de BluetoothLEAdvertisementPublisher au moment où il a été modifié et que l’événement StatusChanged s’est produit.