SlideRange.Shapes Property

Returns a Shapes collection that represents all the elements that have been placed or inserted on the specified slide, slide master, or range of slides. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Shapes As Shapes
    Get
'Usage
Dim instance As SlideRange
Dim value As Shapes

value = instance.Shapes
Shapes Shapes { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Shapes

Remarks

The Shapes collection returned can contain the drawings, shapes, OLE objects, pictures, text objects, titles, headers, footers, slide numbers, and date and time objects on a slide, or on the slide image on a notes page.

See Also

Reference

SlideRange Interface

SlideRange Members

Microsoft.Office.Interop.PowerPoint Namespace