3.1.2 IVssEnumObject Details
The IVssEnumObject interface is used to enumerate forward through a collection of objects.
Methods in RPC Opnum Order
Method |
Description |
---|---|
Retrieves the next specified number of objects in the collection. Opnum: 3 |
|
Skips beyond the specified number of objects in the collection. Opnum: 4 |
|
Resets the enumeration sequence to the beginning of the collection. Opnum: 5 |
|
Creates a copy of the collection object. The copy contains an identical copy of the data and state of the original collection. Opnum: 6 |
All methods MUST NOT throw exceptions.