次の方法で共有


BluetoothDevice.FromIdAsync(String) メソッド

定義

指定された DeviceId によって識別される BluetoothDevice オブジェクトを返します。

public:
 static IAsyncOperation<BluetoothDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BluetoothDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BluetoothDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of BluetoothDevice)

パラメーター

deviceId
String

Platform::String

winrt::hstring

BluetoothDevice インスタンスを識別する DeviceId 値。

戻り値

非同期操作が完了したら、指定された DeviceId によって識別される BluetoothDevice オブジェクトを返します。

属性

Windows の要件

アプリの機能
bluetooth

注釈

このメソッドは、UI スレッドから呼び出す必要があります。

適用対象