NetworkOperatorTetheringAccessPointConfiguration.IsBandSupportedAsync 方法

定义

异步检查 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 常量,指定要查询的频带。

返回

一个异步对象,在完成时包含 true 是否支持频带,否则 false为 。

属性

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)
应用功能
wiFiControl

适用于