XmlDictionaryWriter Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XmlDictionaryWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanCanonicalize | This property always returns false. Its derived classes can override to return true if they support canonicalization. |
|
Settings | Gets the XmlWriterSettings object used to create this XmlWriter instance. (Inherited from XmlWriter.) |
|
WriteState | When overridden in a derived class, gets the state of the writer. (Inherited from XmlWriter.) |
|
XmlLang | When overridden in a derived class, gets the current xml:lang scope. (Inherited from XmlWriter.) |
|
XmlSpace | When overridden in a derived class, gets an XmlSpace representing the current xml:space scope. (Inherited from XmlWriter.) |
Show: