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 线程调用此方法。