NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync 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.
Vérifie de manière asynchrone si le point d’accès Wi-Fi prend en charge la bande de fréquence sans fil spécifiée.
public:
virtual IAsyncOperation<bool> ^ IsBandSupportedAsync(TetheringWiFiBand band) = IsBandSupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsBandSupportedAsync(TetheringWiFiBand const& band);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsBandSupportedAsync(TetheringWiFiBand band);
function isBandSupportedAsync(band)
Public Function IsBandSupportedAsync (band As TetheringWiFiBand) As IAsyncOperation(Of Boolean)
Paramètres
- band
- TetheringWiFiBand
Constante TetheringWiFiBand , spécifiant la bande de fréquence à interroger.
Retours
Objet asynchrone qui, à l’achèvement, contient true
si la bande de fréquence est prise en charge ; sinon false
.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2004 (introduit dans 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v10.0)
|
Fonctionnalités de l’application |
wiFiControl
|