SlideMasterPart.SlideLayoutParts Property
Gets the SlideLayoutParts of the SlideMasterPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property SlideLayoutParts As IEnumerable(Of SlideLayoutPart)
Get
'Usage
Dim instance As SlideMasterPart
Dim value As IEnumerable(Of SlideLayoutPart)
value = instance.SlideLayoutParts
public IEnumerable<SlideLayoutPart> SlideLayoutParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<SlideLayoutPart>