OpenXmlElement.ChildElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the child nodes of the current element.
public virtual DocumentFormat.OpenXml.OpenXmlElementList ChildElements { get; }
public DocumentFormat.OpenXml.OpenXmlElementList ChildElements { get; }
member this.ChildElements : DocumentFormat.OpenXml.OpenXmlElementList
Public Overridable ReadOnly Property ChildElements As OpenXmlElementList
Public ReadOnly Property ChildElements As OpenXmlElementList
Property Value
Returns OpenXmlElementList.