Microsoft SDK for Java

IEnumString Interface Methods

The IEnumString interface has the following methods:

Clone creates another enumerator that contains the same enumeration state as the current one.
Next retrieves a specified number of items in the enumeration sequence.
Reset resets the enumeration sequence to the beginning.
Skip
skips over a specified number of items in the enumeration sequence.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.