Freigeben über


CustomXmlElement-Klasse

Defines CustomXmlElement - the base class for the customXml elements.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun

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

Syntax

'Declaration
Public MustInherit Class CustomXmlElement _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As CustomXmlElement
public abstract class CustomXmlElement : OpenXmlCompositeElement

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

CustomXmlElement-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace