Share via


XmlSpace Enumeration

[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.

See Also

Reference

System.Xml Namespace