Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlWriter.Create Method

Creates a new XmlWriter instance.

Name Description
XmlWriter.Create (Stream) Creates a new XmlWriter instance using the specified stream.

Supported by the .NET Compact Framework.

XmlWriter.Create (String) Creates a new XmlWriter instance using the specified filename.

Supported by the .NET Compact Framework.

XmlWriter.Create (StringBuilder) Creates a new XmlWriter instance using the specified StringBuilder.

Supported by the .NET Compact Framework.

XmlWriter.Create (TextWriter) Creates a new XmlWriter instance using the specified TextWriter.

Supported by the .NET Compact Framework.

XmlWriter.Create (XmlWriter) Creates a new XmlWriter instance using the specified XmlWriter object.

Supported by the .NET Compact Framework.

XmlWriter.Create (Stream, XmlWriterSettings) Creates a new XmlWriter instance using the stream and XmlWriterSettings object.

Supported by the .NET Compact Framework.

XmlWriter.Create (String, XmlWriterSettings) Creates a new XmlWriter instance using the filename and XmlWriterSettings object.

Supported by the .NET Compact Framework.

XmlWriter.Create (StringBuilder, XmlWriterSettings) Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects.

Supported by the .NET Compact Framework.

XmlWriter.Create (TextWriter, XmlWriterSettings) Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects.

Supported by the .NET Compact Framework.

XmlWriter.Create (XmlWriter, XmlWriterSettings) Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects.

Supported by the .NET Compact Framework.

Community Additions

Show:
© 2017 Microsoft