GetNamespacesInScope()

XPathNavigator::GetNamespacesInScope(XmlNamespaceScope) method

Returns the in-scope namespaces of the current node.

SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XPath::XPathNavigator::GetNamespacesInScope(XmlNamespaceScope scope) override

Arguments

ParameterTypeDescription
scopeXmlNamespaceScopeAn XmlNamespaceScope value specifying the namespaces to return.

Return Value

An IDictionary collection of namespace names keyed by prefix.

See Also