共用方式為


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 執行緒呼叫。

適用於