VirtualList.RemoveAt Method

Removes the item at the specified index.

Syntax

  public void RemoveAt(
  int  
  index
);

Parameters

index

System.Int32.  The index of item to remove.

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