共用方式為


OpenXmlReader.IsEndElement Property

Definition

Gets a value indicating whether the current node is an element end.

public abstract bool IsEndElement { get; }
member this.IsEndElement : bool
Public MustOverride ReadOnly Property IsEndElement As Boolean

Property Value

Returns Boolean.

Remarks

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

Applies to