This document is archived and information here might be outdated. Recommended version. |
Provides access to members enumerate a PlaceCollection.
IEnumPlace allows you to browse the Place objects in the collection.
Name | Description | |
---|---|---|
Count | The number of places in the enumeration. | |
Next | Returns the next place in the enumeration. | |
Reset | Reset the enumeration to start from beginning. |
Classes | Description |
---|---|
MyPlaceCollection | A singleton class that manage the collection of my places. |