The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.
Community Additions
Show:

