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.

XmlTextReader::IXmlNamespaceResolver::GetNamespacesInScope Method (XmlNamespaceScope)

 

For a description of this member, see IXmlNamespaceResolver::GetNamespacesInScope.

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

private:
virtual IDictionary<String^, String^>^ GetNamespacesInScope(
	XmlNamespaceScope scope
) sealed = IXmlNamespaceResolver::GetNamespacesInScope

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.

This member is an explicit interface member implementation. It can be used only when the XmlTextReader instance is cast to an IXmlNamespaceResolver interface.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft