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:
