NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
|