BluetoothLEAdvertisementPublisherStatusChangedEventArgs.Status プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 イベントが発生した時点の新しい状態を反映します。