Compartilhar via


XmlQueryNodeSequence.IEnumerable<XPathItem>.GetEnumerator Método

Definição

Retorna o IEnumerator<T> da implementação XPathItem.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

 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

Retornos

IEnumerator<XPathItem>

A implementação de IEnumerator<XPathItem>.

Implementações

Aplica-se a