This topic has not yet been rated - Rate this topic

XElement.Save Method

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(TextWriter) Serialize this element to a TextWriter.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(String) Serialize this element to a file.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(XmlWriter) Serialize this element to an XmlWriter.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(TextWriter, SaveOptions) Serialize this element to a TextWriter, optionally disabling formatting.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(String, SaveOptions) Serialize this element to a file, optionally disabling formatting.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.