Windows apps
Collapse the table of content
Expand the table of content
Information
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.

IXmlNamespaceResolver::GetNamespacesInScope Method (XmlNamespaceScope)

 

Gets a collection of defined prefix-namespace mappings that are currently in scope.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

IDictionary<String^, String^>^ GetNamespacesInScope(
	XmlNamespaceScope scope
)

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=""

All

yes

no

no

ExcludeXml

no

no

no

Local

no

no

yes

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft