次の方法で共有


OpenXmlElement.Elements Method

Enumerate all the child nodes of this element.

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

Syntax

'宣言
Public Function Elements As IEnumerable(Of OpenXmlElement)
'使用
Dim instance As OpenXmlElement
Dim returnValue As IEnumerable(Of OpenXmlElement)

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

Return Value

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

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

Elements Overload

DocumentFormat.OpenXml Namespace