共用方式為


NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported 方法

定義

檢查 Wi-Fi 存取點是否支援指定的無線頻率帶。

public:
 virtual bool IsBandSupported(TetheringWiFiBand band) = IsBandSupported;
bool IsBandSupported(TetheringWiFiBand const& band);
public bool IsBandSupported(TetheringWiFiBand band);
function isBandSupported(band)
Public Function IsBandSupported (band As TetheringWiFiBand) As Boolean

參數

band
TetheringWiFiBand

TetheringWiFiBand常數,指定要查詢的頻率帶。

傳回

Boolean

bool

true 如果支援頻率帶,則為 ,否則 false 為 。

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v10.0 引進)
應用程式功能
wiFiControl

適用於