IPropertySetSerializer.Serialize(IPropertySet) Method

Definition

Serializes an IPropertySet to an IBuffer.

public:
 IBuffer ^ Serialize(IPropertySet ^ propertySet);
IBuffer Serialize(IPropertySet const& propertySet);
public IBuffer Serialize(IPropertySet propertySet);
function serialize(propertySet)
Public Function Serialize (propertySet As IPropertySet) As IBuffer

Parameters

propertySet
IPropertySet

The IPropertySet to serialize.

Returns

The IBuffer containing the resulting serialized representation of the propertySet and its contents.

Applies to