Freigeben über


MediaBookmarkList-Klasse

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.

Vererbungshierarchie

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

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

Hinweise

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).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

MediaBookmarkList-Member

DocumentFormat.OpenXml.Office2010.PowerPoint-Namespace