Freigeben über


OpenXmlPartReader.IsStartElement-Eigenschaft

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

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsStartElement As Boolean
    Get
'Usage
Dim instance As OpenXmlPartReader
Dim value As Boolean

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

Eigenschaftswert

Typ: System.Boolean
Returns Boolean.

Hinweise

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

Siehe auch

Referenz

OpenXmlPartReader Klasse

OpenXmlPartReader-Member

DocumentFormat.OpenXml-Namespace