IXmlSerializable::GetSchema Method
Silverlight
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return a nullptr reference (Nothing in Visual Basic) from this method.
Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.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.
When serializing or deserializing an object, the XmlSerializer class does not perform XML validation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: