WiFiDirectAdvertisement.InformationElements 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.
Informationselemente, die in der Wi-Fi Direct-Werbung beworben werden sollen.
public:
property IVector<WiFiDirectInformationElement ^> ^ InformationElements { IVector<WiFiDirectInformationElement ^> ^ get(); void set(IVector<WiFiDirectInformationElement ^> ^ value); };
IVector<WiFiDirectInformationElement> InformationElements();
void InformationElements(IVector<WiFiDirectInformationElement> value);
public IList<WiFiDirectInformationElement> InformationElements { get; set; }
var iVector = wiFiDirectAdvertisement.informationElements;
wiFiDirectAdvertisement.informationElements = iVector;
Public Property InformationElements As IList(Of WiFiDirectInformationElement)
Eigenschaftswert
Zu werbende Informationselemente.
Hinweise
Der Standardwert für diese Eigenschaft ist NULL.