Condividi tramite


BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status Proprietà

Definizione

Ottiene il nuovo stato di BluetoothLEAdvertisementPublisher.

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

Valore della proprietà

Nuovo stato di BluetoothLEAdvertisementPublisher.

Requisiti Windows

Funzionalità dell'app
bluetooth

Commenti

Lo stato corrente di BluetoothLEAdvertisementPublisher potrebbe essere stato modificato dal momento in cui si accede a questa proprietà. Questa proprietà riflette il nuovo stato di BluetoothLEAdvertisementPublisher al momento della modifica e dell'evento StatusChanged .

Si applica a

Vedi anche