共用方式為


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

適用於