Share via


CDataHelper.WriteXml Method (XmlWriter)

 

Converts an object into its XML representation.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public void WriteXml(
    XmlWriter writer
)
public:
virtual void WriteXml(
    XmlWriter^ writer
) sealed
Public Sub WriteXml (
    writer As XmlWriter
)

Parameters

Implements

IXmlSerializable.WriteXml(XmlWriter)

See Also

CDataHelper Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top