SlidePart.SlideParts Property
Gets the SlideParts of the SlidePart.
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 SlidePart
Dim value As IEnumerable(Of SlidePart)
value = instance.SlideParts
public IEnumerable<SlidePart> SlideParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<SlidePart>