OpenXmlReader.LoadCurrentElement Method
Definition
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
Returns
The OpenXmlElement that was loaded.
Exceptions
Thrown when the current is the end element.
Remarks
The new current element is the end of the element after LoadCurrentElement().