NetworkOperatorTetheringAccessPointConfiguration.Band 属性

定义

获取或设置 Wi-Fi 接入点的无线频带。 使用 IsBandSupportedIsBandSupportedAsync 检查 Wi-Fi 适配器是否允许配置特定频带。

public:
 property TetheringWiFiBand Band { TetheringWiFiBand get(); void set(TetheringWiFiBand value); };
TetheringWiFiBand Band();

void Band(TetheringWiFiBand value);
public TetheringWiFiBand Band { get; set; }
var tetheringWiFiBand = networkOperatorTetheringAccessPointConfiguration.band;
networkOperatorTetheringAccessPointConfiguration.band = tetheringWiFiBand;
Public Property Band As TetheringWiFiBand

属性值

TetheringWiFiBand 常量,用于指定频带。

Windows 要求

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

适用于

另请参阅