Поделиться через


WiFiDirectAdvertisement.InformationElements Свойство

Определение

Информационные элементы для объявления в Wi-Fi Прямая реклама.

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)

Значение свойства

Информационные элементы для объявления.

Комментарии

Значение по умолчанию для этого свойства — NULL.

Применяется к

См. также раздел