OpenXmlElement.Elements<T>-Methode

Enumerate for specific type of elements in child elements

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

Syntax

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

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

Typparameter

  • T
    Type of element.

Rückgabewert

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

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

Elements Überladung

DocumentFormat.OpenXml-Namespace