Defines the namespace scope.
Syntax
public enum XmlNamespaceScope
Remarks
Members
Member Name | Description |
---|
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