This topic has not yet been rated - Rate this topic

XDocument.Save Method

Serializes this XDocument to a file, a TextWriter, or an XmlWriter.

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 XDocument to a TextWriter.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(String) Serialize this XDocument to a file.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(XmlWriter) Serialize this XDocument to an XmlWriter.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(TextWriter, SaveOptions) Serialize this XDocument to a TextWriter, optionally disabling formatting.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Save(String, SaveOptions) Serialize this XDocument to a file, optionally disabling formatting.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.