Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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; }
Property Value
Type: System.Collections.Generic.IEnumerable<SlidePart>