System.Xml.XmlNamespaceScope Enumeration

Defines the namespace scope.

Syntax

public enum XmlNamespaceScope

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
All

All namespaces defined in the scope of the current node. This includes the xmlns:xml namespace which is always declared implicitly. The order of the namespaces returned is not defined.

ExcludeXml

All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace, which is always declared implicitly. The order of the namespaces returned is not defined.

Local

All namespaces that are defined locally at the current node.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0