IPropertySetSerializer.Deserialize(IPropertySet, IBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.