SlideLayoutPart.SlideParts Property

Gets the SlideParts of the SlideLayoutPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
Public ReadOnly Property SlideParts As IEnumerable(Of SlidePart)
    Get
用法
Dim instance As SlideLayoutPart
Dim value As IEnumerable(Of SlidePart)

value = instance.SlideParts
public IEnumerable<SlidePart> SlideParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<SlidePart>

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

DocumentFormat.OpenXml.Packaging Namespace