This method is reserved and should not be used. When implementing the
System.Xml.Serialization.IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the
System.Xml.Serialization.XmlSchemaProviderAttribute to the class.
Syntax
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also