XamlXmlWriter Constructor
XamlXmlWriter(StringBuilder)
Initializes a new instance of the XamlXmlWriter class.
Declaration
public XamlXmlWriter(StringBuilder stringBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | stringBuilder | The System.Text.StringBuilder to which to write to. |
XamlXmlWriter(StringBuilder, XmlWriterSettings)
Initializes a new instance of the XamlXmlWriter class.
Declaration
public XamlXmlWriter(StringBuilder stringBuilder, XmlWriterSettings settings)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | stringBuilder | The System.Text.StringBuilder to which to write to. |
System.Xml.XmlWriterSettings | settings | The System.Xml.XmlWriterSettings object used to configure the new XamlXmlWriter instance. |