Share via


XmlTextReader.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 Döndürülecek ad alanı düğümlerinin türünü belirten bir değer.

Döndürülenler

IDictionary Geçerli kapsam içi ad alanlarını içeren bir.

Uygulamalar

Açıklamalar

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

Şunlara uygulanır

Ayrıca bkz.