NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Wi-Fi アダプターが特定の周波数帯でテザリング ホットスポットを構成できるかどうかを示す値を非同期的に取得します。 NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync に似ています。
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
クエリを実行する頻度バンドを指定します。
戻り値
周波数帯がサポートされている場合は値を true
格納する非同期操作オブジェクト。それ以外の場合 false
は 。
- 属性
Windows の要件
アプリの機能 |
wiFiControl
|