XdmReader.GetNamespacesInScope MethodXdmReader.GetNamespacesInScope MethodXdmReader::GetNamespacesInScope Method

Gets a collection of defined prefix-namespace mappings that are currently in scope.

Syntax

Public Function GetNamespacesInScope( _
    scope As System.Xml.XmlNamespaceScope _
) As IDictionary(Of String, String)
public IDictionary<string, string> GetNamespacesInScope(
    System.Xml.XmlNamespaceScope scope
)
public:
virtual IDictionary<String^, String^>^ GetNamespacesInScope(
    System.Xml::XmlNamespaceScope scope
) sealed