Freigeben über


NameList-Klasse

Name List.When the object is serialized out as xml, its qualified name is b:NameList.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Bibliography.NameList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Person))> _
Public Class NameList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As NameList
[ChildElementInfoAttribute(typeof(Person))]
public class NameList : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Person <b:Person>

[ISO/IEC 29500-1 1. Ausgabe]

22.6.2.44 NameList (Name List)

This element specifies a list containing one or more names of a type of contributor to a source, such as a list of authors, editors, or translators. [Example:

<b:Author>
<b:Author>
<b:NameList>
<b:Person>
<b:Last>Davis</b:Last>
<b:First>Tristan</b:First>
</b:Person>
</b:NameList>
</b:Author>
</b:Author>

end example]

Parent Elements

Artist (§22.6.2.3); Author (§22.6.2.5); BookAuthor (§22.6.2.6); Compiler (§22.6.2.14); Composer (§22.6.2.15); Conductor (§22.6.2.16); Counsel (§22.6.2.19); Director (§22.6.2.25); Editor (§22.6.2.28); Interviewee (§22.6.2.33); Interviewer (§22.6.2.34); Inventor (§22.6.2.35); Performer (§22.6.2.48); ProducerName (§22.6.2.51); Translator (§22.6.2.69); Writer (§22.6.2.74)

Child Elements

Subclause

Person (Person)

§22.6.2.50

[Note: The W3C XML Schema definition of this element's content model (CT_NameListType) is located in §A.6.6. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

NameList-Member

DocumentFormat.OpenXml.Bibliography-Namespace