IPropertySetSerializer.Serialize(IPropertySet) 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.
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.