XmlValidatingReader.IXmlNamespaceResolver.GetNamespacesInScope Yöntem

Tanım

Bu üyenin açıklaması için bkz 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

Parametreler

scope
XmlNamespaceScope

XmlNamespaceScope Okuyucunun kapsamını tanımlayan bir nesne.

Döndürülenler

IDictionary Kapsamdaki ad alanlarını tanımlayan bir nesne.

Uygulamalar

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir XmlValidatingReader arabirime IXmlNamespaceResolver yayınlandığında kullanılabilir.

Şunlara uygulanır