XmlTextReader.IXmlNamespaceResolver.GetNamespacesInScope Metoda

Definicja

Aby uzyskać opis tego członka, zobacz 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

Parametry

scope
XmlNamespaceScope

XmlNamespaceScope Wartość określająca typ węzłów przestrzeni nazw do zwrócenia.

Zwraca

IDictionary<String,String>

Element IDictionary zawierający bieżące przestrzenie nazw w zakresie.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy XmlTextReader wystąpienie jest rzutowe do interfejsu IXmlNamespaceResolver .

Dotyczy

Zobacz też