Share via


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync メソッド

定義

Wi-Fi アクセス ポイントが指定したワイヤレス周波数帯域をサポートしているかどうかを非同期的にチェックします。

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)

パラメーター

band
TetheringWiFiBand

クエリを実行する頻度バンドを指定する TetheringWiFiBand 定数。

戻り値

完了時に、周波数帯域がサポートされている場合は を含む非同期オブジェクト。それ以外の場合falseは が含まれますtrue

属性

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)
アプリの機能
wiFiControl

適用対象