Freigeben über


OpenXmlPartReader.ReadFirstChild-Methode

Move to first child.

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

Syntax

'Declaration
Public Overrides Function ReadFirstChild As Boolean
'Usage
Dim instance As OpenXmlPartReader
Dim returnValue As Boolean

returnValue = instance.ReadFirstChild()
public override 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

OpenXmlPartReader Klasse

OpenXmlPartReader-Member

DocumentFormat.OpenXml-Namespace