XmlTextReader.IXmlNamespaceResolver.GetNamespacesInScope Methode

Definition

Eine Beschreibung dieses Mitglieds 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 Wert, der den Typ der zurückzugebenden Namespaceknoten angibt.

Gibt zurück

Eine IDictionary , die die aktuellen Namespaces im Bereich enthält.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die XmlTextReader Instanz in eine IXmlNamespaceResolver Schnittstelle umgegossen wird.

Gilt für:

Weitere Informationen