Compartir a través de


IPropertySetSerializer.Deserialize(IPropertySet, IBuffer) Método

Definición

Deserializa un objeto IPropertySet de un objeto 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)

Parámetros

propertySet
IPropertySet

IPropertySet que se va a deserializar.

buffer
IBuffer

IBuffer que contiene un IPropertySet serializado que debe deserializarse.

Comentarios

Devuelve el resultado IPropertySet de la deserialización.

Se aplica a