XmlWriter.XmlSpace Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.XmlSpaceAn XmlSpace representing the current xml:space scope.
Value | Meaning |
|---|---|
None | This is the default if no xml:space scope exists. |
Default | The current scope is xml:space="default". |
Preserve | The current scope is xml:space="preserve". |
Show: