BluetoothDevice.FromHostNameAsync(HostName) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie un objet BluetoothDevice identifié par le nom d’hôte donné.
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)
Paramètres
- hostName
- HostName
Nom d’hôte qui identifie l’instance BluetoothDevice.
Retours
Une fois l’opération asynchrone terminée, retourne l’objet BluetoothDevice identifié par le nom d’hôte donné.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|