Share via


SlidePart.EmbeddedControlPersistenceBinaryDataParts Property

Gets the EmbeddedControlPersistenceBinaryDataParts of the SlidePart.

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

Syntax

'Declaration
Public ReadOnly Property EmbeddedControlPersistenceBinaryDataParts As IEnumerable(Of EmbeddedControlPersistenceBinaryDataPart)
    Get
'Usage
Dim instance As SlidePart
Dim value As IEnumerable(Of EmbeddedControlPersistenceBinaryDataPart)

value = instance.EmbeddedControlPersistenceBinaryDataParts
public IEnumerable<EmbeddedControlPersistenceBinaryDataPart> EmbeddedControlPersistenceBinaryDataParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<EmbeddedControlPersistenceBinaryDataPart>

See Also

Reference

SlidePart Class

SlidePart Members

DocumentFormat.OpenXml.Packaging Namespace