XmlNodeReader.IXmlNamespaceResolver.GetNamespacesInScope Method

Definition

For a description of this member, see GetNamespacesInScope(XmlNamespaceScope).

 virtual System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System::Xml::XmlNamespaceScope scope) = System::Xml::IXmlNamespaceResolver::GetNamespacesInScope;
System.Collections.Generic.IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope (System.Xml.XmlNamespaceScope scope);
abstract member System.Xml.IXmlNamespaceResolver.GetNamespacesInScope : System.Xml.XmlNamespaceScope -> System.Collections.Generic.IDictionary<string, string>
override this.System.Xml.IXmlNamespaceResolver.GetNamespacesInScope : System.Xml.XmlNamespaceScope -> System.Collections.Generic.IDictionary<string, string>
Function GetNamespacesInScope (scope As XmlNamespaceScope) As IDictionary(Of String, String) Implements IXmlNamespaceResolver.GetNamespacesInScope

Parameters

Returns

IDictionary object that contains the namespaces that are in scope.

Implements

Remarks

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

Applies to