XmlTextReader::IXmlNamespaceResolver::GetNamespacesInScope Method (XmlNamespaceScope)
.NET Framework (current version)
For a description of this member, see IXmlNamespaceResolver::GetNamespacesInScope.
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
Available since 2.0
Show: