Share via


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported メソッド

定義

Wi-Fi アクセス ポイントが指定したワイヤレス周波数帯域をサポートしているかどうかを確認します。

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

パラメーター

band
TetheringWiFiBand

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

戻り値

Boolean

bool

true 周波数帯域がサポートされている場合は 。それ以外の場合 falseは 。

Windows の要件

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

適用対象