XmlQueryNodeSequence.IEnumerable<XPathItem>.GetEnumerator 方法

定義

傳回 XPathItem 實作的 IEnumerator<T>

此 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> 實作。

實作

適用於