Freigeben über


WiFiDirectAdvertisement.SupportedConfigurationMethods Eigenschaft

Definition

Ruft die unterstützten Konfigurationsmethoden eines Geräts ab.

Wenn zwei Geräte versuchen, eine Verbindung herzustellen, werden ihre bevorzugten Kopplungsverfahren und unterstützten Konfigurationsmethoden verwendet, um zu bestimmen, wie die Kopplung erfolgt.

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)

Eigenschaftswert

Eine Liste der WiFiDirectConfigurationMethod-Werte , die unterstützte Konfigurationsmethoden darstellen.

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)

Gilt für: