XStreamingElement::Save Method
Serialize this streaming element. 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^) | Outputs this XStreamingElement to the specified Stream. |
![]() | Save(Stream^, SaveOptions) | Outputs this XStreamingElement to the specified Stream, optionally specifying formatting behavior. |
![]() | Save(String^) | Serialize this streaming element to a file. |
![]() | Save(String^, SaveOptions) | Serialize this streaming element to a file, optionally disabling formatting. |
![]() | Save(TextWriter^) | Serialize this streaming element to a TextWriter. |
![]() | Save(TextWriter^, SaveOptions) | Serialize this streaming element to a TextWriter, optionally disabling formatting. |
![]() | Save(XmlWriter^) | Serialize this streaming element to an XmlWriter. |
