XmlValidatingReader.IXmlNamespaceResolver.GetNamespacesInScope Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter 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

Parameter

scope
XmlNamespaceScope

Ein XmlNamespaceScope-Objekt, das den Bereich des Readers identifiziert.

Gibt zurück

Dies ist ein IDictionary-Objekt, das die Namespaces im Bereich identifiziert.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die XmlValidatingReader-Instanz in eine IXmlNamespaceResolver-Schnittstelle umgewandelt wird.

Gilt für: