XmlWriter.Create Method (TextWriter, XmlWriterSettings)
Silverlight
Creates a new XmlWriter instance using the TextWriter and XmlWriterSettings objects.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
'Declaration Public Shared Function Create ( _ output As TextWriter, _ settings As XmlWriterSettings _ ) As XmlWriter
Parameters
- output
- Type: System.IO.TextWriter
The TextWriter to which you want to write. The XmlWriter writes XML 1.0 text syntax and appends it to the specified TextWriter.
- settings
- Type: System.Xml.XmlWriterSettings
The XmlWriterSettings object used to configure the new XmlWriter instance. If this is Nothing, a XmlWriterSettings with default settings is used.
| Exception | Condition |
|---|---|
| ArgumentNullException | The text value is Nothing. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.