Freigeben über


OpenXmlElement.FirstChild-Eigenschaft

Gets the first child of the OpenXmlElement. If there is no such OpenXmlElement, a null reference (Nothing in Visual Basic) is returned.

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

Syntax

'Declaration
Public Overridable ReadOnly Property FirstChild As OpenXmlElement
    Get
'Usage
Dim instance As OpenXmlElement
Dim value As OpenXmlElement

value = instance.FirstChild
public virtual OpenXmlElement FirstChild { get; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.OpenXmlElement
Returns OpenXmlElement.

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

DocumentFormat.OpenXml-Namespace