Group Class
Defines the Group Class.When the object is serialized out as xml, its qualified name is emma:group.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.EMMA.Group
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<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
用法
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
Remarks
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>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.