Share via


ListDataSet.RemoveAt Method

Removes an item at a specified index from the ListDataSet.

Syntax

  public void RemoveAt(
  int  
  index
);

Parameters

index

System.Int32.  The index of the object 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