System::Xml::XmlNamespaceManager::GetNamespacesInScope method

XmlNamespaceManager::GetNamespacesInScope method

Returns a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.

SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlNamespaceManager::GetNamespacesInScope(XmlNamespaceScope scope) override
ParameterTypeDescription
scopeXmlNamespaceScopeAn enumeration value that specifies the type of namespace nodes to return.

ReturnValue

A collection of namespace and prefix pairs currently in scope.

See Also