System::Xml::IXmlNamespaceResolver::GetNamespacesInScope method

IXmlNamespaceResolver::GetNamespacesInScope 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
ParameterTypeDescription
scopeXmlNamespaceScopeAn XmlNamespaceScope value that specifies the type of namespace nodes to return.

ReturnValue

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

See Also