[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts an object into its XML representation.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
void 
WriteXml(
	
XmlWriter 
writer
)
Public 
Overrides 
Sub 
WriteXml ( _
	
writer 
As 
XmlWriter _
)
public:
virtual 
void 
WriteXml(
	
XmlWriter^ 
writer
) 
override

Parameters

writer
XmlWriter
The XmlWriterstream to which the object is serialized.

Implements

IXmlSerializable . . :: . . WriteXml(XmlWriter)

See Also