XmlWriter.XmlSpace Property
.NET Framework 3.0
When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
XmlWriter Members
System.Xml Namespace
Assembly: System.Xml (in system.xml.dll)
/** @property */ public XmlSpace get_XmlSpace ()
public function get XmlSpace () : XmlSpace
Not applicable.
Property Value
An 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". |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
XmlWriter ClassXmlWriter Members
System.Xml Namespace
Other Resources
Writing XML with the XmlWriter
Show: