IEnumObject Interface

Provides access to members that enumerate through the objects.

Members

Name Description
Method Next Retrieves the next object.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.