ExtensionListModify Class

Defines the ExtensionListModify Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:extLst.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify

Namespace:  DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Presentation.Extension <p:ext>

2.3.10 extLst

Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main

A p:CT_ExtensionListModify ([ISO/IEC-29500-4] section A.3) element that specifies the extension list with modification ability within which all future extensions to the contentPart element ([ISO/IEC-29500-1] section 19.3.1.14) will be stored. See section 2.2.3 for how this element integrates with ISO/IEC-29500:2008.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="extLst" type="p:CT_ExtensionListModify"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

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.

See Also

Reference

ExtensionListModify Members

DocumentFormat.OpenXml.Office2010.PowerPoint Namespace