This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in VB) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class.
public XmlSchema GetSchema()
Public Function GetSchema() As XmlSchema
public:
XmlSchema^ GetSchema();
System.Xml.Schema.XmlSchema that describes the XML representation of the ModalityOptionsCollection object that is produced by the System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter) method and consumed by the System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader) method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET