次の方法で共有


NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupportedAsync メソッド

定義

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

適用対象