Freigeben über


SdtContentBibliography-Klasse

Bibliography Structured Document Tag.When the object is serialized out as xml, its qualified name is w:bibliography.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Wordprocessing.EmptyType
        DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography

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

Syntax

'Declaration
Public Class SdtContentBibliography _
    Inherits EmptyType
'Usage
Dim instance As SdtContentBibliography
public class SdtContentBibliography : EmptyType

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

17.5.2.2 bibliography (Bibliography Structured Document Tag)

This element specifies that the parent structured document tag shall be of type bibliography.

This setting does not require or imply that the contents of the structured document tag shall contain only a field of type BIBLIOGRAPHY, it shall only be used to specify that the structured document tag is of this kind, which can be used by an application as desired.

[Example: Consider the following structured document tag:

<w:sdt>
<w:sdtPr>
…
<w:bibliography/>
</w:sdtPr>
…
</w:sdt>

The bibliography element in this structured document tag's properties specify that the type of structured document tag is bibliography. end example]

Parent Elements

sdtPr (§17.5.2.38)

[Note: The W3C XML Schema definition of this element's content model (CT_Empty) is located in §A.1. 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

SdtContentBibliography-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace