XmlQueryNodeSequence.IEnumerable<XPathItem>.GetEnumerator Метод

Определение

Возвращает реализацию IEnumerator<T>XPathItem .

Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.

 virtual System::Collections::Generic::IEnumerator<System::Xml::XPath::XPathItem ^> ^ System.Collections.Generic.IEnumerable<System.Xml.XPath.XPathItem>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Xml::XPath::XPathItem ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Xml.XPath.XPathItem> IEnumerable<XPathItem>.GetEnumerator();
abstract member System.Collections.Generic.IEnumerable<System.Xml.XPath.XPathItem>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.XPath.XPathItem>
override this.System.Collections.Generic.IEnumerable<System.Xml.XPath.XPathItem>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.XPath.XPathItem>
Function GetEnumerator () As IEnumerator(Of XPathItem) Implements IEnumerable(Of XPathItem).GetEnumerator

Возвращаемое значение

Реализация IEnumerator<XPathItem> .

Реализации

Применяется к