[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.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
ReadXml(
	
XmlReader 
reader
)
Public 
Sub 
ReadXml ( _
	
reader 
As 
XmlReader _
)
public:
virtual 
void 
ReadXml(
	
XmlReader^ 
reader
) 
sealed

Parameters

reader
XmlReader
The XmlReaderstream from which the object is deserialized.

Implements

IXmlSerializable . . :: . . ReadXml(XmlReader)

See Also