Share via


BluetoothAdapter.IsClassicSupported プロパティ

定義

アダプターが Bluetooth クラシック トランスポートの種類をサポートしているかどうかを示すブール値を取得します。

public:
 property bool IsClassicSupported { bool get(); };
bool IsClassicSupported();
public bool IsClassicSupported { get; }
var boolean = bluetoothAdapter.isClassicSupported;
Public ReadOnly Property IsClassicSupported As Boolean

プロパティ値

Boolean

bool

アダプターが Bluetooth クラシック トランスポートの種類をサポートしているかどうかを示すブール値を取得します。

Windows の要件

アプリの機能
bluetooth

適用対象