This document is archived and information here might be outdated.  Recommended version.


IEnumBSTR Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumBSTR Interface
ArcGIS Developer Help

IEnumBSTR Interface

Provides access to members that enumerate over a set of strings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Members

Name Description
Method Next Obtains the next string in the list.
Method Reset Resets the string so the next returned string is the first.

Classes that implement IEnumBSTR

Classes Description
EnumBSTR (esriGeoprocessing) Enumeration of multiple strings.