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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(Stream) Creates a new XmlWriter instance using the specified stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(StringBuilder) Creates a new XmlWriter instance using the specified StringBuilder.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(TextWriter) Creates a new XmlWriter instance using the specified TextWriter.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(XmlWriter) Creates a new XmlWriter instance using the specified XmlWriter object.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(Stream, XmlWriterSettings) Creates a new XmlWriter instance using the stream and XmlWriterSettings object.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(StringBuilder, XmlWriterSettings) Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(TextWriter, XmlWriterSettings) Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Create(XmlWriter, XmlWriterSettings) Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects.
Top

Community Additions

Show:
© 2017 Microsoft