GetSchema Method (ChartModifierBase)
Returns an XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method
Syntax
public XmlSchema GetSchema()
Remarks
This method is reserved by System.Xml.Serialization.IXmlSerializable and should not be used
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also