SlideLayoutPart.EmbeddedControlPersistenceParts Property
Gets the EmbeddedControlPersistenceParts of the SlideLayoutPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public ReadOnly Property EmbeddedControlPersistenceParts As IEnumerable(Of EmbeddedControlPersistencePart)
Get
用法
Dim instance As SlideLayoutPart
Dim value As IEnumerable(Of EmbeddedControlPersistencePart)
value = instance.EmbeddedControlPersistenceParts
public IEnumerable<EmbeddedControlPersistencePart> EmbeddedControlPersistenceParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<EmbeddedControlPersistencePart>