OpenXmlElement.GetEnumerator-Methode

Returns an enumerator that iterates through the child collection.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of OpenXmlElement)
'Usage
Dim instance As OpenXmlElement
Dim returnValue As IEnumerator(Of OpenXmlElement)

returnValue = instance.GetEnumerator()
public IEnumerator<OpenXmlElement> GetEnumerator()

Rückgabewert

Typ: System.Collections.Generic.IEnumerator<OpenXmlElement>
An IEnumerator object that can be used to iterate through the child collection.

Implementiert

IEnumerable<T>.GetEnumerator()

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

DocumentFormat.OpenXml-Namespace