Condividi tramite


IPropertySetSerializer.Deserialize(IPropertySet, IBuffer) Metodo

Definizione

Deserializza un IPropertySet da un IBuffer.

public:
 void Deserialize(IPropertySet ^ propertySet, IBuffer ^ buffer);
void Deserialize(IPropertySet const& propertySet, IBuffer const& buffer);
public void Deserialize(IPropertySet propertySet, IBuffer buffer);
function deserialize(propertySet, buffer)
Public Sub Deserialize (propertySet As IPropertySet, buffer As IBuffer)

Parametri

propertySet
IPropertySet

IPropertySet da deserializzare.

buffer
IBuffer

IBuffer contenente un IPropertySet serializzato che deve essere deserializzato.

Commenti

Restituisce il risultato IPropertySet della deserializzazione.

Si applica a