This method is reserved and should not be used.
Syntax
'Declaration
Public Overrides Function GetSchema() As XmlSchema
'Usage
Dim instance As YPlotArea
Dim value As XmlSchema
value = instance.GetSchema()
public override XmlSchema GetSchema()
See Also