System::Xml::XmlNamedNodeMap::GetEnumerator 方法

XmlNamedNodeMap::GetEnumerator method

提供对 XmlNamedNodeMap 中节点集合的迭代支持。

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XmlNode>>> System::Xml::XmlNamedNodeMap::GetEnumerator() override

ReturnValue

枚举器对象。

另见