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

Generates an object from 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 
ReadXml(
	
XmlReader 
reader
)
Public 
Overrides 
Sub 
ReadXml ( _
	
reader 
As 
XmlReader _
)
public:
virtual 
void 
ReadXml(
	
XmlReader^ 
reader
) 
override

Parameters

reader
XmlReader
The XmlReaderstream from which the object is deserialized.

Implements

IXmlSerializable . . :: . . ReadXml(XmlReader)

See Also