ListDataSet.Insert Method

Inserts an item into the ListDataSet.

Syntax

  public void Insert(
  int  
  index
  , 
  object  item
);

Parameters

index

System.Int32.  The index at which to insert the item.

item

System.Object.  The object to insert into the list.

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