Freigeben über


OpenXmlElement.Elements-Methode

Enumerate all the child nodes of this element.

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

Syntax

'Declaration
Public Function Elements As IEnumerable(Of OpenXmlElement)
'Usage
Dim instance As OpenXmlElement
Dim returnValue As IEnumerable(Of OpenXmlElement)

returnValue = instance.Elements()
public IEnumerable<OpenXmlElement> Elements()

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<OpenXmlElement>

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

Elements Überladung

DocumentFormat.OpenXml-Namespace