Copies the entire ShellSystemListItemCollection to a compatible
one-dimensional array, starting at the specified index of the target array.
| C# | Visual Basic | Visual C++ |
public void CopyTo( ShellSystemListItem[] array, int arrayIndex )
Public Sub CopyTo ( _ array As ShellSystemListItem(), _ arrayIndex As Integer _ )
public: virtual void CopyTo( array<ShellSystemListItem^>^ array, int arrayIndex ) sealed
- array (array< ShellSystemListItem >[]()[])
- arrayIndex (Int32)