XElement.IXmlSerializable.GetSchema Method
Gets an XML schema definition that describes the XML representation of this object.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Return Value
Type: System.Xml.Schema.XmlSchemaAn XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method.
Implements
IXmlSerializable.GetSchema()This method is part of implementation of the IXmlSerializable interface.
This method is used internally for serializing object graphs that contain LINQ to XML objects. For an example of serializing an object graph that contains LINQ to XML objects, see Serializing Object Graphs that Contain XElement Objects.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.