次の方法で共有


NetworkOperatorTetheringSessionAccessPointConfiguration.IsBandSupported メソッド

定義

Wi-Fi アダプターが特定の周波数帯でテザリング ホットスポットを構成できるかどうかを示す値を取得します。 NetworkOperatorTetheringAccessPointConfiguration.IsBandSupported に似ています。

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

クエリを実行する頻度バンドを指定します。

戻り値

Boolean

bool

true 周波数帯域がサポートされている場合は 。それ以外の場合は false

Windows の要件

アプリの機能
wiFiControl

適用対象