NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported 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 si le point d’accès Wi-Fi prend en charge la bande de fréquence sans fil spécifiée.
public:
virtual bool IsBandSupported(TetheringWiFiBand band) = IsBandSupported;
bool IsBandSupported(TetheringWiFiBand const& band);
public bool IsBandSupported(TetheringWiFiBand band);
function isBandSupported(band)
Public Function IsBandSupported (band As TetheringWiFiBand) As Boolean
Paramètres
- band
- TetheringWiFiBand
Constante TetheringWiFiBand , spécifiant la bande de fréquence à interroger.
Retours
Boolean
bool
true
si la bande de fréquence est prise en charge, sinon false
.
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
|