IPropertySetSerializer.Deserialize(IPropertySet, IBuffer) Method

Definition

Deserializes an IPropertySet from an 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)

Parameters

propertySet
IPropertySet

The IPropertySet to deserialize.

buffer
IBuffer

The IBuffer containing a serialized IPropertySet that needs to be deserialized.

Remarks

Returns the IPropertySet result of the deserialization.

Applies to