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
.NET Framework (current version)
Writes out an XML Schema.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Write(Stream^) | Writes the XML Schema to the supplied data stream. |
![]() | Write(Stream^, XmlNamespaceManager^) | Writes the XML Schema to the supplied Stream using the XmlNamespaceManager specified. |
![]() | Write(TextWriter^) | Writes the XML Schema to the supplied TextWriter. |
![]() | Write(TextWriter^, XmlNamespaceManager^) | Writes the XML Schema to the supplied TextWriter. |
![]() | Write(XmlWriter^) | Writes the XML Schema to the supplied XmlWriter. |
![]() | Write(XmlWriter^, XmlNamespaceManager^) | Writes the XML Schema to the supplied XmlWriter. |
Show:
