XmlValidatingReader.IXmlNamespaceResolver.GetNamespacesInScope 方法

定义

有关此成员的说明,请参见 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

参数

scope
XmlNamespaceScope

一个标识读取器范围的 XmlNamespaceScope 对象。

返回

IDictionary<String,String>

一个 IDictionary 对象,它用于标识范围中命名空间。

实现

注解

此成员是显式接口成员的实现。 它只能在 XmlValidatingReader 实例被强制转换为 IXmlNamespaceResolver 接口时使用。

适用于