XmlDocument::Save Method
.NET Framework (current version)
Saves the XML document to the specified location.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Save(Stream^) | Saves the XML document to the specified stream. |
![]() | Save(String^) | Saves the XML document to the specified file. If the specified file exists, this method overwrites it. |
![]() | Save(TextWriter^) | Saves the XML document to the specified TextWriter. |
![]() | Save(XmlWriter^) | Saves the XML document to the specified XmlWriter. |
Show:
