OpenXmlReader.LoadCurrentElement Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the element at current cursor.
public abstract DocumentFormat.OpenXml.OpenXmlElement LoadCurrentElement ();
public abstract DocumentFormat.OpenXml.OpenXmlElement? LoadCurrentElement ();
abstract member LoadCurrentElement : unit -> DocumentFormat.OpenXml.OpenXmlElement
Public MustOverride Function LoadCurrentElement () As OpenXmlElement
The OpenXmlElement that was loaded.
Thrown when the current is the end element.
The new current element is the end of the element after LoadCurrentElement().