OpenXmlCompositeElement.HasChildren-Eigenschaft

Gets a value indicating whether this element has any child elements.

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

Syntax

'Declaration
Public Overrides ReadOnly Property HasChildren As Boolean
    Get
'Usage
Dim instance As OpenXmlCompositeElement
Dim value As Boolean

value = instance.HasChildren
public override bool HasChildren { get; }

Eigenschaftswert

Typ: System.Boolean
Returns Boolean.

Siehe auch

Referenz

OpenXmlCompositeElement Klasse

OpenXmlCompositeElement-Member

DocumentFormat.OpenXml-Namespace