Freigeben über


Group-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • DerivedFrom <emma:derived-from>

  • GroupInfo <emma:group-info>

  • Info <emma:info>

  • Interpretation <emma:interpretation>

  • OneOf <emma:one-of>

  • Group <emma:group>

  • Sequence <emma:sequence>

Threadsicherheit

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

Siehe auch

Referenz

Group-Member

DocumentFormat.OpenXml.EMMA-Namespace