IXmlSerializable.GetSchema Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return a Nothing reference (Nothing in Visual Basic) from this method.
Assembly: System.Xml (in System.Xml.dll)
When serializing or deserializing an object, the XmlSerializer class does not perform XML validation.
Show: