Freigeben über


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

Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted.

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

Syntax

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

instance.WriteStartElement(elementObject, _
    attributes)
public abstract void WriteStartElement(
    OpenXmlElement elementObject,
    IEnumerable<OpenXmlAttribute> attributes
)

Parameter

Siehe auch

Referenz

OpenXmlWriter Klasse

OpenXmlWriter-Member

WriteStartElement Überladung

DocumentFormat.OpenXml-Namespace