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.

XmlDocument::Save Method

 

Saves the XML document to the specified location.

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

NameDescription
System_CAPS_pubmethodSave(Stream^)

Saves the XML document to the specified stream.

System_CAPS_pubmethodSave(String^)

Saves the XML document to the specified file. If the specified file exists, this method overwrites it.

System_CAPS_pubmethodSave(TextWriter^)

Saves the XML document to the specified TextWriter.

System_CAPS_pubmethodSave(XmlWriter^)

Saves the XML document to the specified XmlWriter.

Return to top
Show:
© 2017 Microsoft