XmlValidatingReader.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

scope
XmlNamespaceScope

An XmlNamespaceScope object that identifies the scope of the reader.

Returns

An IDictionary object that identifies the namespaces in scope.

Implements

Remarks

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

Applies to