This document is archived and information here might be outdated. Recommended version. |
Removes the current filename from the array.
[Visual Basic .NET]
Public Sub Remove ( _
)
[C#]
public void Remove (
);
[C++]
HRESULT Remove(
void
);
Removes the current file name in the array from the array.
The Remove method cannot be called right after the Reset method. First point to an element in array by calling the Next method, and the Remove method can be used after that.