XmlTextWriter Constructor (TextWriter^)
.NET Framework (current version)
Creates an instance of the XmlTextWriter class using the specified TextWriter.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- w
-
Type:
System.IO::TextWriter^
The TextWriter to write to. It is assumed that the TextWriter is already set to the correct encoding.
Note |
|---|
Starting with the .NET Framework 2.0, we recommend that you create XmlWriter instances by using the XmlWriter::Create method and the XmlWriterSettings class to take advantage of new functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
