IPropertySetSerializer.Serialize(IPropertySet) Méthode

Définition

Sérialise un IPropertySet en un 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

Paramètres

propertySet
IPropertySet

IPropertySet à sérialiser.

Retours

IBuffer contenant la représentation sérialisée résultante du propertySet et de son contenu.

S’applique à