Partager via


XmlNodeReader.IXmlNamespaceResolver.GetNamespacesInScope Méthode

Définition

Pour obtenir une description de ce membre, consultez 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

Paramètres

Retours

Objet IDictionary qui contient les espaces de noms qui sont dans la portée.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de XmlNodeReader est castée en interface IXmlNamespaceResolver.

S’applique à