[This is preliminary documentation and subject to change.]
The Item property returns the specified event from the enhancement stream. This property is read-only.
Set oEvent = object.Item( lIndex )
The following example retrieves the first event in the enhancement stream. Because events are ordered in the collection by start time, this event is the first event that occurs.
Set e = evs.Item(0)
This could also be written as:
Set e = evs(0)
Note that because events are stored as a 0-based list, the index of the first item is 0.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in stream.idl.
Import Library: Included as a resource in stream.dll.
Unicode: Yes.