System::Xml::XPath::XPathNodeIterator::GetEnumerator 方法

XPathNodeIterator::GetEnumerator method

返回一个 IEnumerator 对象,用于遍历选定的节点集合。

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XPathNavigator>>> System::Xml::XPath::XPathNodeIterator::GetEnumerator() override

ReturnValue

用于遍历所选节点集的 IEnumerator 对象。

另见