Freigeben über


OpenXmlReader.LoadCurrentElement-Methode

Load the element at current cursor.

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

Syntax

'Declaration
Public MustOverride Function LoadCurrentElement As OpenXmlElement
'Usage
Dim instance As OpenXmlReader
Dim returnValue As OpenXmlElement

returnValue = instance.LoadCurrentElement()
public abstract OpenXmlElement LoadCurrentElement()

Rückgabewert

Typ: DocumentFormat.OpenXml.OpenXmlElement
The OpenXmlElement.

Ausnahmen

Ausnahme Bedingung
InvalidOperationException

When the current is element end.

Hinweise

The new current element is the end of the element after LoadCurrentElement().

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace