共用方式為


BluetoothDeviceId.FromId(String) 方法

定義

從裝置識別碼建立 BluetoothDeviceId 物件。

public:
 static BluetoothDeviceId ^ FromId(Platform::String ^ deviceId);
 static BluetoothDeviceId FromId(winrt::hstring const& deviceId);
public static BluetoothDeviceId FromId(string deviceId);
function fromId(deviceId)
Public Shared Function FromId (deviceId As String) As BluetoothDeviceId

參數

deviceId
String

Platform::String

winrt::hstring

裝置識別碼。

傳回

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
應用程式功能
bluetooth

適用於