Freigeben über


OpenXmlReader.ReadFirstChild-Methode

Move to first child.

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

Syntax

'Declaration
Public MustOverride Function ReadFirstChild As Boolean
'Usage
Dim instance As OpenXmlReader
Dim returnValue As Boolean

returnValue = instance.ReadFirstChild()
public abstract bool ReadFirstChild()

Rückgabewert

Typ: System.Boolean
true if the first child element was read successfully; false if there are no child elements to read.

Hinweise

Only can be called on element start. Current will move to the end tag if no child element.

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace