Provides access to a container for accessing network dataset network elements.
Members
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. |
IEnumNetworkElement.Next Method
Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.
Public Function Next ( _
) As INetworkElement
public INetworkElement Next (
);
IEnumNetworkElement.Reset Method
Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumNetworkElement
Classes | Description |
---|
Remarks
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.