XmlWriter.Create Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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.

Overload List

  Name Description
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream) Creates a new XmlWriter instance using the specified stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(StringBuilder) Creates a new XmlWriter instance using the specified StringBuilder.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextWriter) Creates a new XmlWriter instance using the specified TextWriter.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(XmlWriter) Creates a new XmlWriter instance using the specified XmlWriter object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream, XmlWriterSettings) Creates a new XmlWriter instance using the stream and XmlWriterSettings object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(StringBuilder, XmlWriterSettings) Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextWriter, XmlWriterSettings) Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(XmlWriter, XmlWriterSettings) Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects.

Top