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.
| Name | Description | |
|---|---|---|
|
Create(Stream) | Creates a new XmlWriter instance using the specified stream. |
|
Create(StringBuilder) | Creates a new XmlWriter instance using the specified StringBuilder. |
|
Create(TextWriter) | Creates a new XmlWriter instance using the specified TextWriter. |
|
Create(XmlWriter) | Creates a new XmlWriter instance using the specified XmlWriter object. |
|
Create(Stream, XmlWriterSettings) | Creates a new XmlWriter instance using the stream and XmlWriterSettings object. |
|
Create(StringBuilder, XmlWriterSettings) | Creates a new XmlWriter instance using the StringBuilder and XmlWriterSettings objects. |
|
Create(TextWriter, XmlWriterSettings) | Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects. |
|
Create(XmlWriter, XmlWriterSettings) | Creates a new XmlWriter instance using the specified XmlWriter and XmlWriterSettings objects. |
Show: