3.2.4.14 IScheduleCollection
The IScheduleCollection interface is used to manage a collection of Schedule objects
The following properties MUST be implemented by the objects that implement the IScheduleCollection interface.
|
Property |
Read/write |
Description |
|---|---|---|
|
_NewEnum |
R |
An enumeration object of type IEnumVariant containing a snapshot of the ISchedule objects in this collection. The enumeration object is specified in [MS-OAUT] section 3.3. |
|
Count |
R |
Number of schedules in this collection. |
|
Item |
R |
Retrieves the requested schedule from the collection. |
Methods in RPC Opnum Order
|
Method |
Description |
|---|---|
|
Retrieves the Count property. Opnum: 7 |
|
|
Retrieves the Item property. Opnum: 8 |
|
|
Retrieves the NewEnum property. Opnum: 9 |
|
|
Adds a schedule to the collection. Opnum: 10 |
|
|
Removes a schedule from the collection. Opnum: 11 |
|
|
Removes all schedules from the collection. Opnum: 12 |
|
|
Adds one or more schedules to the collection. Opnum: 13 |
|
|
Creates a schedule object. Opnum: 14 |
Opnums 0, 1, and 2 are reserved for the IUnknown interface. Opnums 3, 4, 5, and 6 are reserved for the IDispatch interface.