System::Xml::XmlNamespaceManager::GetEnumerator method

XmlNamespaceManager::GetEnumerator method

Returns an enumerator to use to iterate through the namespaces in the XmlNamespaceManager.

SharedPtr<Collections::Generic::IEnumerator<String>> System::Xml::XmlNamespaceManager::GetEnumerator() override

ReturnValue

An IEnumerator containing the prefixes stored by the XmlNamespaceManager.

See Also