OpenXmlElement.GetEnumerator Method

Definition

Returns an enumerator that iterates through the child collection.

public System.Collections.Generic.IEnumerator<DocumentFormat.OpenXml.OpenXmlElement> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<DocumentFormat.OpenXml.OpenXmlElement>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<DocumentFormat.OpenXml.OpenXmlElement>
Public Function GetEnumerator () As IEnumerator(Of OpenXmlElement)

Returns

An IEnumerator object that can be used to iterate through the child collection.

Implements

Applies to