IXmlSerializable.GetSchema Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return a nulla null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic) from this method.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

Syntax

'Declaration
Function GetSchema As XmlSchema
XmlSchema GetSchema()

Return Value

Type: System.Xml.Schema.XmlSchema
An XmlSchema that describes the XML representation of the object that is produced by the WriteXml() method and consumed by the ReadXml() method.

Remarks

When serializing or deserializing an object, the XmlSerializer class does not perform XML validation.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.