This document is archived and information here might be outdated. Recommended version. |
Provides access to a container for accessing network dataset network elements.
Name | Description | |
---|---|---|
Next | Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics. | |
Reset | Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration. |
Classes | Description |
---|---|
EnumNetworkElement | A container for network elements. |
The IEnumNetworkElement interface enumerates, one by one, through the network element objects in the EnumNetworkElement by repeatedly calling the Next method. Use the Reset method to set the enumerator object to the beginning of the enumeration.