次の方法で共有


BluetoothDevice.RfcommServices プロパティ

定義

デバイスでサポートされている RFCOMM サービスの読み取り専用リストを取得します。

重要

RfcommServices API は非推奨であり、将来のバージョンの Windows では使用できない可能性があります。 代わりに、 GetRfcommServicesAsync を使用します

public:
 property IVectorView<RfcommDeviceService ^> ^ RfcommServices { IVectorView<RfcommDeviceService ^> ^ get(); };
IVectorView<RfcommDeviceService> RfcommServices();
/// [get: Windows.Foundation.Metadata.Deprecated("Use GetRfcommServicesAsync instead of RfcommServices.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IVectorView<RfcommDeviceService> RfcommServices();
public IReadOnlyList<RfcommDeviceService> RfcommServices { get; }
public IReadOnlyList<RfcommDeviceService> RfcommServices { [Windows.Foundation.Metadata.Deprecated("Use GetRfcommServicesAsync instead of RfcommServices.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = bluetoothDevice.rfcommServices;
Public ReadOnly Property RfcommServices As IReadOnlyList(Of RfcommDeviceService)

プロパティ値

デバイスでサポートされている RFCOMM サービスの読み取り専用リスト。

属性

Windows の要件

アプリの機能
bluetooth

適用対象