XmlNamespaceScope Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines the namespace scope.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| All | All namespaces that are 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 that are defined in the scope of the current node, except for 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. |
Show: