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.
XElement::Save Method
.NET Framework (current version)
Serialize this element's underlying XML tree. The output can be saved to a file, an XmlTextWriter, a TextWriter, or an XmlWriter. Optionally, formatting (indenting) can be disabled.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | Save(Stream^) | |
![]() | Save(Stream^, SaveOptions) | |
![]() | Save(String^) | Serialize this element to a file. |
![]() | Save(String^, SaveOptions) | Serialize this element to a file, optionally disabling formatting. |
![]() | Save(TextWriter^) | Serialize this element to a TextWriter. |
![]() | Save(TextWriter^, SaveOptions) | Serialize this element to a TextWriter, optionally disabling formatting. |
![]() | Save(XmlWriter^) | Serialize this element to an XmlWriter. |
Show:
