XmlNamespaceScope Enumeration
Silverlight
Defines the namespace scope.
Namespace: System.Xml
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

