Share via


ExtendedGuideList class

Defines the ExtendedGuideList class.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.PowerPoint.ExtendedGuideList
        DocumentFormat.OpenXml.Office15.PowerPoint.NotesGuideList
        DocumentFormat.OpenXml.Office15.PowerPoint.SlideGuideList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtendedGuide), FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(ExtensionList), FileFormatVersions.Office15)> _
Public MustInherit Class ExtendedGuideList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ExtendedGuideList
[ChildElementInfoAttribute(typeof(ExtendedGuide), FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(ExtensionList), FileFormatVersions.Office15)]
public abstract class ExtendedGuideList : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ExtendedGuide <p15:guide>

  • ExtensionList <p15:extLst>

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

ExtendedGuideList members

DocumentFormat.OpenXml.Office15.PowerPoint namespace