This documentation is archived and is not being maintained.
XmlSpace Enumeration
.NET Framework 1.1
Specifies the current xml:space scope.
[Visual Basic] <Serializable> Public Enum XmlSpace [C#] [Serializable] public enum XmlSpace [C++] [Serializable] __value public enum XmlSpace [JScript] public Serializable enum XmlSpace
Members
| Member name | Description |
|---|---|
| Default Supported by the .NET Compact Framework. | The xml:space scope equals default. |
| None Supported by the .NET Compact Framework. | No xml:space scope. |
| Preserve Supported by the .NET Compact Framework. | The xml:space scope equals preserve. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: