MediaBookmarkList Class
Defines the MediaBookmarkList Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:bmkLst.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(MediaBookmark), FileFormatVersions.Office2010)> _
Public Class MediaBookmarkList _
Inherits OpenXmlCompositeElement
用法
Dim instance As MediaBookmarkList
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(MediaBookmark), FileFormatVersions.Office2010)]
public class MediaBookmarkList : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- MediaBookmark <p14:bmk>
2.5.9 CT_MediaBookmarkList
Target namespace: https://schemas.microsoft.com/office/2007/6/19/audiovideo
Referenced by: CT_SourceMedia
A complex type that specifies a list of media bookmarks.
Child Elements:
bmk : A list of CT_MediaBookmark elements that specifies the bookmark names and times.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_MediaBookmarkList">
<xsd:sequence>
<xsd:element name="bmk" type="CT_MediaBookmark" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
See section 5.2 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.