XmlNodeReader::IXmlNamespaceResolver::GetNamespacesInScope Method (XmlNamespaceScope)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see 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
XmlNamespaceScope object.
Return Value
Type: System.Collections.Generic::IDictionary<String^, String^>^IDictionary object that contains the namespaces that are in scope.
This member is an explicit interface member implementation. It can be used only when the XmlNodeReader instance is cast to an IXmlNamespaceResolver interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: