Freigeben über


BluetoothDevice.FromIdAsync(String) Methode

Definition

Gibt ein BluetoothDevice-Objekt zurück, das von der angegebenen DeviceId identifiziert wird.

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)

Parameter

deviceId
String

Platform::String

winrt::hstring

Der DeviceId-Wert, der das BluetoothDevice-instance identifiziert.

Gibt zurück

Nach Abschluss des asynchronen Vorgangs gibt das BluetoothDevice-Objekt zurück, das von der angegebenen DeviceId identifiziert wurde.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Hinweise

Diese Methode muss über einen UI-Thread aufgerufen werden.

Gilt für: