WiFiDirectService.SupportedConfigurationMethods Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Liste der unterstützten Konfigurationsmethoden ab, sortiert nach Einstellung. Ihr Code verwendet IVector-Vorgänge , um den Inhalt der Liste zu ändern.
public:
property IVectorView<WiFiDirectServiceConfigurationMethod> ^ SupportedConfigurationMethods { IVectorView<WiFiDirectServiceConfigurationMethod> ^ get(); };
IVectorView<WiFiDirectServiceConfigurationMethod> SupportedConfigurationMethods();
public IReadOnlyList<WiFiDirectServiceConfigurationMethod> SupportedConfigurationMethods { get; }
var iVectorView = wiFiDirectService.supportedConfigurationMethods;
Public ReadOnly Property SupportedConfigurationMethods As IReadOnlyList(Of WiFiDirectServiceConfigurationMethod)
Eigenschaftswert
Sortierte Liste der Konfigurationsmethodenaufzählungswerte.