System::Xml::XPath::XPathNavigator::GetNamespacesInScope method

XPathNavigator::GetNamespacesInScope method

Returns the in-scope namespaces of the current node.

SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XPath::XPathNavigator::GetNamespacesInScope(XmlNamespaceScope scope) override
ParameterTypeDescription
scopeXmlNamespaceScopeAn XmlNamespaceScope value specifying the namespaces to return.

ReturnValue

An IDictionary collection of namespace names keyed by prefix.

See Also