Freigeben über


Derivation-Klasse

Defines the Derivation Class.When the object is serialized out as xml, its qualified name is emma:derivation.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.EMMA.Derivation

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Group))> _
<ChildElementInfoAttribute(GetType(Interpretation))> _
<ChildElementInfoAttribute(GetType(OneOf))> _
<ChildElementInfoAttribute(GetType(Sequence))> _
Public Class Derivation _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Derivation
[ChildElementInfoAttribute(typeof(Group))]
[ChildElementInfoAttribute(typeof(Interpretation))]
[ChildElementInfoAttribute(typeof(OneOf))]
[ChildElementInfoAttribute(typeof(Sequence))]
public class Derivation : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Interpretation <emma:interpretation>

  • OneOf <emma:one-of>

  • Sequence <emma:sequence>

  • Group <emma:group>

Threadsicherheit

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

Siehe auch

Referenz

Derivation-Member

DocumentFormat.OpenXml.EMMA-Namespace