次の方法で共有


WiFiDirectAdvertisement.SupportedConfigurationMethods プロパティ

定義

デバイスでサポートされている構成方法を取得します。

2 台のデバイスが接続を試みると、ペアリングの実行方法を決定するために、推奨されるペアリング手順とサポートされている構成方法が使用されます。

public:
 property IVector<WiFiDirectConfigurationMethod> ^ SupportedConfigurationMethods { IVector<WiFiDirectConfigurationMethod> ^ get(); };
IVector<WiFiDirectConfigurationMethod> SupportedConfigurationMethods();
public IList<WiFiDirectConfigurationMethod> SupportedConfigurationMethods { get; }
var iVector = wiFiDirectAdvertisement.supportedConfigurationMethods;
Public ReadOnly Property SupportedConfigurationMethods As IList(Of WiFiDirectConfigurationMethod)

プロパティ値

サポートされている構成方法を表す WiFiDirectConfigurationMethod 値の一覧。

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

適用対象