NameOrCorporateType-Klasse
Defines the NameOrCorporateType class.
Vererbungshierarchie
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
Hinweise
The following table lists the possible child types:NameList <b:NameList>Corporate <b:Corporate>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.