AtomPub10ServiceDocumentFormatter.IXmlSerializable.ReadXml(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a ServiceDocument from its XML representation.
virtual void System.Xml.Serialization.IXmlSerializable.ReadXml(System::Xml::XmlReader ^ reader) = System::Xml::Serialization::IXmlSerializable::ReadXml;
void IXmlSerializable.ReadXml (System.Xml.XmlReader reader);
abstract member System.Xml.Serialization.IXmlSerializable.ReadXml : System.Xml.XmlReader -> unit
override this.System.Xml.Serialization.IXmlSerializable.ReadXml : System.Xml.XmlReader -> unit
Sub ReadXml (reader As XmlReader) Implements IXmlSerializable.ReadXml
Parameters
- reader
- XmlReader
The XmlReader stream from which the ServiceDocument object is deserialized.
Implements
Exceptions
reader
is null
.
Remarks
Explicitly implements the ReadXml method.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.