VirtualList.CopyTo Method

Copies the contents of this list to an array.

Syntax

  public void CopyTo(
  Array  
  array
  , 
  int  index
);

Parameters

array

System.Array.  The source array

index

System.Int32.  The starting index at which to copy the data.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also