IXmlNamespaceResolver.GetNamespacesInScope Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of defined prefix-namespace mappings that are currently in scope.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- scope
- Type: System.Xml.XmlNamespaceScope
An XmlNamespaceScope value that specifies the type of namespace nodes to return.
Return Value
Type: System.Collections.Generic.IDictionary<String, String>An IDictionary that contains the current in-scope namespaces.
The collection is keyed by prefix and can be used to enumerate the namespaces currently in scope. The collection is a disconnected copy of the current namespace list.
The following table lists the XmlNamespaceScope values and how it affects the whether or not the default and built-in namespaces are returned by the GetNamespacesInScope method.
XmlNamespaceScope value | xmlns:xml | xmlns:xmlns | xmlns="" |
|---|---|---|---|
yes | no | no | |
no | no | no | |
no | no | yes |