BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status 属性

定义

获取 BluetoothLEAdvertisementPublisher 的新状态。

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

属性值

BluetoothLEAdvertisementPublisher 的新状态。

Windows 要求

应用功能
bluetooth

注解

当访问此属性时 ,BluetoothLEAdvertisementPublisher 的当前状态可能已更改。 此属性反映 BluetoothLEAdvertisementPublisher 在更改和 StatusChanged 事件发生时的新状态。

适用于

另请参阅