Share

ObjectCollectionByVariant Object

Derived from: ObjectsEnumeratorByVariant Object

Description

Generic collection of weakly-typed objects (IDispatch).

Methods

Name Description
Add Adds an object to the generic collection.
Remove Method that removes the specified object from the generic collection.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Returns the specified object in the collection. The index can be numeric or the object name.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

TransientObjects.CreateObjectCollectionByVariant

Version

Introduced in version 4

Was this information helpful?