XmlValidatingReader.IXmlNamespaceResolver.GetNamespacesInScope Metódus

Definíció

Ennek a tagnak a leírását lásd 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

Paraméterek

scope
XmlNamespaceScope

Az XmlNamespaceScope olvasó hatókörét azonosító objektum.

Válaszok

Egy IDictionary objektum, amely azonosítja a hatókörben lévő névtereket.

Megvalósítás

Megjegyzések

Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a XmlValidatingReader példányt egy IXmlNamespaceResolver felületre öntötték.

A következőre érvényes: