GetNamespacesInScope()

IXmlNamespaceResolver::GetNamespacesInScope(XmlNamespaceScope) method

Returns a collection of defined prefix-namespace mappings that are currently in scope.

virtual SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::IXmlNamespaceResolver::GetNamespacesInScope(XmlNamespaceScope scope)=0

Arguments

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

Return Value

An IDictionary collection that contains the current in-scope namespaces.

See Also