Freigeben über


OpenXmlWriter.WriteStartElement-Methode (OpenXmlReader, IEnumerable<OpenXmlAttribute>)

Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes.

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

Syntax

'Declaration
Public MustOverride Sub WriteStartElement ( _
    elementReader As OpenXmlReader, _
    attributes As IEnumerable(Of OpenXmlAttribute) _
)
'Usage
Dim instance As OpenXmlWriter
Dim elementReader As OpenXmlReader
Dim attributes As IEnumerable(Of OpenXmlAttribute)

instance.WriteStartElement(elementReader, _
    attributes)
public abstract void WriteStartElement(
    OpenXmlReader elementReader,
    IEnumerable<OpenXmlAttribute> attributes
)

Parameter

Siehe auch

Referenz

OpenXmlWriter Klasse

OpenXmlWriter-Member

WriteStartElement Überladung

DocumentFormat.OpenXml-Namespace