[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
This property is reserved, apply the XmlSchemaProviderAttribute to the class instead.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public XmlSchema GetSchema()
Visual Basic
Public Function GetSchema As XmlSchema
F#
abstract GetSchema : unit -> XmlSchema 
override GetSchema : unit -> XmlSchema 

Return Value

An XmlSchema that describes the XML representation of the object that is produced by the WriteXml(XmlWriter) method and consumed by the ReadXml(XmlReader) method.

Implements

IXmlSerializable..::..GetSchema()()()()

See Also