Partager via


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync Méthode

Définition

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

S’applique à