Condividi tramite


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync Metodo

Definizione

Verifica in modo asincrono se il punto di accesso Wi-Fi supporta la banda di frequenza wireless specificata.

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)

Parametri

band
TetheringWiFiBand

Costante TetheringWiFiBand , specificando la banda di frequenza su cui eseguire una query.

Restituisce

Oggetto asincrono che, al termine, contiene true se la banda di frequenza è supportata, in caso contrario false.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2004 (è stato introdotto in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v10.0)
Funzionalità dell'app
wiFiControl

Si applica a