Freigeben über


XmlTextReader.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-Wert, der den Typ der Namespaceknoten angibt, die zurückgegeben werden sollen.

Gibt zurück

IDictionary<String,String>

Ein IDictionary, das die derzeit im Gültigkeitsbereich enthaltenen Namespaces enthält.

Implementiert

Hinweise

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

Gilt für

Siehe auch