This documentation is archived and is not being maintained.
XmlDocument::WriteContentTo Method
Visual Studio 2010
Saves all the children of the XmlDocument node to the specified XmlWriter.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- xw
- Type: System.Xml::XmlWriter
The XmlWriter to which you want to save.
This method is a Microsoft extension to the Document Object Model (DOM). It is functionally equivalent to the InnerXml property.
The XmlDeclaration::Encoding property determines the encoding that is written out. If the Encoding property does not have a value, the XmlDocument is written out without an encoding attribute.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: