次の方法で共有


BluetoothLEDevice.Appearance プロパティ

定義

Bluetooth LE デバイスの BluetoothLEAppearance オブジェクトを取得します。

public:
 property BluetoothLEAppearance ^ Appearance { BluetoothLEAppearance ^ get(); };
BluetoothLEAppearance Appearance();
public BluetoothLEAppearance Appearance { get; }
var bluetoothLEAppearance = bluetoothLEDevice.appearance;
Public ReadOnly Property Appearance As BluetoothLEAppearance

プロパティ値

Bluetooth LE デバイスの外観。

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)
アプリの機能
bluetooth

適用対象