MethodEvent.DataBytes 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.
Obtient les octets bruts des données de paramètre collectées.
public: virtual property System::Collections::Generic::IList<System::Byte> ^ DataBytes { public:
System::Collections::Generic::IList<System::Byte> ^ get(); protected:
void set(System::Collections::Generic::IList<System::Byte> ^ value); };
public virtual System.Collections.Generic.IList<byte> DataBytes { get; protected set; }
member this.DataBytes : System.Collections.Generic.IList<byte> with get, set
Public Overridable Property DataBytes As IList(Of Byte)