Provides access to members that enumerate through the objects.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next object. | |
Reset | Resets enumeration sequence to the beginning. |
IEnumObject.Next Method
Retrieves the next object.
Public Function Next ( _
) As IObject
public IObject Next (
);
IEnumObject.Reset Method
Resets enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumObject
Classes | Description |
---|