NameOrCorporateType Class
Defines the NameOrCorporateType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Bibliography.NameOrCorporateType
DocumentFormat.OpenXml.Bibliography.Author
DocumentFormat.OpenXml.Bibliography.Performer
Namespace: DocumentFormat.OpenXml.Bibliography
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(NameList))> _
<ChildElementInfoAttribute(GetType(Corporate))> _
Public MustInherit Class NameOrCorporateType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As NameOrCorporateType
[ChildElementInfoAttribute(typeof(NameList))]
[ChildElementInfoAttribute(typeof(Corporate))]
public abstract class NameOrCorporateType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:NameList <b:NameList>Corporate <b:Corporate>
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.