WiFiDirectAdvertisement.InformationElements プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。