WiFiDirectInformationElement.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Valeur de l’élément d’information.
public:
property IBuffer ^ Value { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Value();
void Value(IBuffer value);
public IBuffer Value { get; set; }
var iBuffer = wiFiDirectInformationElement.value;
wiFiDirectInformationElement.value = iBuffer;
Public Property Value As IBuffer
Valeur de propriété
Valeur de l’élément d’information.