Fills a collection with objects from the catalog.
Syntax
object.Populate
Parameters
object
Required. An object variable that evaluates to the CatalogCollection object that you would like to fill.
Remarks
The Populate method reads the contents of the CatalogCollection object. Any changes that are still pending (such as property changes, objects added, or objects removed) are lost. See the SaveChanges method topic for instruction on how to preserve changes made to a CatalogCollection object.