Freigeben über


OpenXmlReader.IsEndElement-Eigenschaft

When overridden in a derived class, gets a value indicating whether the current node is an element end.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsEndElement As Boolean
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Boolean

value = instance.IsEndElement
public abstract bool IsEndElement { get; }

Eigenschaftswert

Typ: System.Boolean
Returns Boolean.

Hinweise

IsStartElement and IsEndElement will be false when IsMiscNode==true.

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace