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