XmlTextReader.IXmlNamespaceResolver.GetNamespacesInScope Metoda

Definice

Popis tohoto člena najdete v tématu 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

Hodnota XmlNamespaceScope , která určuje typ uzlů oboru názvů, které se mají vrátit.

Návraty

Obsahuje IDictionary aktuální obory názvů v oboru názvů.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v XmlTextReader případě, že je instance přetypovaná na IXmlNamespaceResolver rozhraní.

Platí pro

Viz také