GetNamespacesInScope()

XmlNamespaceManager::GetNamespacesInScope(XmlNamespaceScope) 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

Arguments

ParameterTypeDescription
scopeXmlNamespaceScopeAn enumeration value that specifies the type of namespace nodes to return.

Return Value

A collection of namespace and prefix pairs currently in scope.

See Also