XdmReader.GetNamespacesInScope MethodXdmReader.GetNamespacesInScope MethodXdmReader::GetNamespacesInScope Method
- XmlPrime 4.1
- Other Versions ▼
Gets a collection of defined prefix-namespace mappings that are currently in scope.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
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
Parameters
- scope
Type: System.Xml.XmlNamespaceScopeSystem.Xml.XmlNamespaceScopeSystem.Xml::XmlNamespaceScope
An XmlNamespaceScopeXmlNamespaceScopeXmlNamespaceScope value that specifies the type of namespace nodes to return.
Return Value
Type: System.Collections.Generic.IDictionary<TKey, TValue>System.Collections.Generic.IDictionary(Of TKey, TValue)System.Collections.Generic::IDictionary<TKey, TValue>^
An IDictionaryIDictionaryIDictionary that contains the current in-scope namespaces.