Create Method
TOC
Collapse the table of content
Expand the table of content

XmlWriter::Create Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a new XmlWriter instance.

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 Static member Create(Stream) Creates a new XmlWriter instance using the specified stream.
Public method Static member Create(StringBuilder) Creates a new XmlWriter instance using the specified StringBuilder.
Public method Static member Create(TextWriter) Creates a new XmlWriter instance using the specified TextWriter.
Public method Static member Create(XmlWriter) Creates a new XmlWriter instance using the specified XmlWriter object.
Public method Static member Create(Stream, XmlWriterSettings) Creates a new XmlWriter instance using the stream and XmlWriterSettings object.
Public method Static member Create(StringBuilder, XmlWriterSettings) Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects.
Public method Static member Create(TextWriter, XmlWriterSettings) Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects.
Public method Static member Create(XmlWriter, XmlWriterSettings) Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects.
Top

Show:
© 2017 Microsoft