OpenXmlElementList.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an OpenXmlElementList.Enumerator for the collection.
public abstract System.Collections.Generic.IEnumerator<DocumentFormat.OpenXml.OpenXmlElement> GetEnumerator ();
public DocumentFormat.OpenXml.OpenXmlElementList.Enumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<DocumentFormat.OpenXml.OpenXmlElement>
member this.GetEnumerator : unit -> DocumentFormat.OpenXml.OpenXmlElementList.Enumerator
Public MustOverride Function GetEnumerator () As IEnumerator(Of OpenXmlElement)
Public Function GetEnumerator () As OpenXmlElementList.Enumerator
Returns
The enumerator.