Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts an object into its XML representation.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public abstract void WriteXml(
XmlWriter writer
)
public:
virtual void WriteXml(
XmlWriter^ writer
) abstract
Public MustOverride Sub WriteXml (
writer As XmlWriter
)
Parameters
writer
Type: System.Xml.XmlWriterThe XmlWriter stream to which the object is serialized.
Implements
IXmlSerializable.WriteXml(XmlWriter)
See Also
StateDetailsContents Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top