Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchema::Write Method

 

Writes out an XML Schema.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodWrite(Stream^)

Writes the XML Schema to the supplied data stream.

System_CAPS_pubmethodWrite(Stream^, XmlNamespaceManager^)

Writes the XML Schema to the supplied Stream using the XmlNamespaceManager specified.

System_CAPS_pubmethodWrite(TextWriter^)

Writes the XML Schema to the supplied TextWriter.

System_CAPS_pubmethodWrite(TextWriter^, XmlNamespaceManager^)

Writes the XML Schema to the supplied TextWriter.

System_CAPS_pubmethodWrite(XmlWriter^)

Writes the XML Schema to the supplied XmlWriter.

System_CAPS_pubmethodWrite(XmlWriter^, XmlNamespaceManager^)

Writes the XML Schema to the supplied XmlWriter.

Return to top
Show:
© 2017 Microsoft