Lists all the Shape objects in the Shapes collection. This does not return the underlying collection, so changes to the returned value will have no effect on future calls to this Shapes object.

 public Shape[] ListShapes()
Public Function ListShapes() As Shape()

An array of all the Shape objects in the collection.