Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the current xml:space scope.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Syntax
'Declaration
Public Enumeration XmlSpace
public enum XmlSpace
public enum class XmlSpace
type XmlSpace
public enum XmlSpace
Members
| Member name | Description | |
|---|---|---|
| None | No xml:space scope. | |
| Default | The xml:space scope equals default. | |
| Preserve | The xml:space scope equals preserve. |