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