BluetoothDevice.FromIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回由指定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 執行緒呼叫。