This document is archived and information here might be outdated. Recommended version. |
Returns the next object at the current index in the array.
[Visual Basic .NET]
Public Function Next ( _
) As Object
[C#]
public object Next (
);
[C++]
HRESULT Next(
void
);