This document is archived and information here might be outdated. Recommended version. |
Provides access to members that enumerate over a set of strings.
IEnumBSTR provides access to a set of strings (a BSTR is a particular COM representation of a string that is compatible with VB). An empty string is returned by Next when there are no more strings to fetch.
Name | Description | |
---|---|---|
Next | Obtains the next string in the list. | |
Reset | Resets the string so the next returned string is the first. |
Classes | Description |
---|---|
EnumBSTR (esriGeoprocessing) | Enumeration of multiple strings. |