Freigeben über


OpenXmlReader.ReadNextSibling-Methode

Move to next sibling element.

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

Syntax

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

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

Rückgabewert

Typ: System.Boolean
true if the next sibling element was read successfully; false if there are no more sibling elements to read.

Hinweise

Current will move to the end tag of the parent if no more sibling element.

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace