SlideMasterPart.VmlDrawingParts Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the VmlDrawingParts of the SlideMasterPart.

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

Syntax

'Declaration
Public ReadOnly Property VmlDrawingParts As IEnumerable(Of VmlDrawingPart)
    Get
'Usage
Dim instance As SlideMasterPart
Dim value As IEnumerable(Of VmlDrawingPart)

value = instance.VmlDrawingParts
public IEnumerable<VmlDrawingPart> VmlDrawingParts { get; }

Property Value

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

See Also

Reference

SlideMasterPart Class

SlideMasterPart Members

DocumentFormat.OpenXml.Packaging Namespace