Freigeben über


ExtensionList-Klasse

Defines the ExtensionList Class.When the object is serialized out as xml, its qualified name is p:extLst.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.ExtensionList

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • Extension <p:ext>

[ISO/IEC 29500-1 1. Ausgabe]

19.2.1.12 extLst (Extension List)

This element specifies the extension list within which all future extensions of element type ext are defined. The extension list along with corresponding future extensions is used to extend the storage capabilities of the PresentationML framework. This allows for various new kinds of data to be stored natively within the framework.

Parent Elements

bgPr (§19.3.1.2); cmAuthor (§19.4.2); control (§19.3.2.1); cSld (§19.3.1.16); custShow (§19.2.1.6); embed (§19.3.2.2); handoutMasterId (§19.2.1.14); link (§19.3.2.3); normalViewPr (§19.2.2.6); notesMasterId (§19.2.1.20); notesTextViewPr (§19.2.2.7); notesViewPr (§19.2.2.8); nvPr (§19.3.1.33); outlineViewPr (§19.2.2.10); photoAlbum (§19.2.1.24); presentation (§19.2.1.26); presentationPr (§19.2.1.27); prnPr (§19.2.1.28); showPr (§19.2.1.30); sldId (§19.2.1.33); sldLayoutId (§19.3.1.40); sldMasterId (§19.2.1.36); sldSyncPr (§19.6.1); slideViewPr (§19.2.2.16); sorterViewPr (§19.2.2.17); txStyles (§19.3.1.52); viewPr (§19.2.2.18)

Child Elements

Subclause

ext (Extension)

§19.2.1.11

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

ExtensionList-Member

DocumentFormat.OpenXml.Presentation-Namespace