For overview information and
ClassID/ProgID of the classes see the newObjects
collection overview
Implements collection and unnamed strings.
Properties:
Item - default, indexed
property - retrieves an item from the collection.
Count - returns the items count.
_NewEnum
- returns IEnumVariant interface. Standard property required to implement collection
enumeration - never referred directly in the scripts.
Missing
- (added in version 1.0.0.3). Specifies
the value to be returned by the Item property if the indexed
item doesn't exist.
Methods:
Add - Adds new item to the
collection.
Clear - Removes all items from the
collection.
Remove - Removes item specified
from the collection
Remarks:
This collection may contain only strings. All passed to the add method
variants are explicitly converted to VT_BSTR type. |