PresentationPart.SlideParts-Eigenschaft
Gets the SlideParts of the PresentationPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property SlideParts As IEnumerable(Of SlidePart)
Get
'Usage
Dim instance As PresentationPart
Dim value As IEnumerable(Of SlidePart)
value = instance.SlideParts
public IEnumerable<SlidePart> SlideParts { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<SlidePart>