PresentationPart.SlideParts Property
Gets the SlideParts of the PresentationPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public ReadOnly Property SlideParts As IEnumerable(Of SlidePart)
Get
用法
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>