Freigeben über


BluetoothDevice.FromHostNameAsync(HostName) Methode

Definition

Gibt ein BluetoothDevice-Objekt zurück, das vom angegebenen HostName identifiziert wird.

public:
 static IAsyncOperation<BluetoothDevice ^> ^ FromHostNameAsync(HostName ^ hostName);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BluetoothDevice> FromHostNameAsync(HostName const& hostName);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BluetoothDevice> FromHostNameAsync(HostName hostName);
function fromHostNameAsync(hostName)
Public Shared Function FromHostNameAsync (hostName As HostName) As IAsyncOperation(Of BluetoothDevice)

Parameter

hostName
HostName

Der Hostname, der das BluetoothDevice-instance identifiziert.

Gibt zurück

Nach Abschluss des asynchronen Vorgangs gibt das BluetoothDevice-Objekt zurück, das vom angegebenen HostName identifiziert wird.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: