This document is archived and information here might be outdated. Recommended version. |
Obtains the next VARIANT in the set.
[Visual Basic .NET]
Public Function Next ( _
) As Object
[C#]
public object Next (
);
[C++]
HRESULT Next(
void
);
The Next method returns the next variant in the enumerator.