This document is archived and information here might be outdated. Recommended version. |
Obtains the next string in the list.
[Visual Basic .NET] Public Function Next ( _ ) As String
[C#] public string Next ( );
[C++]
HRESULT Next(
void
);
The Next method returns the next string in the enumerator. An empty string is returned by Next when there are no more strings to fetch.