VirtualList.Add Method

Adds an item to the end of the list.

Overload List

  public int Add();
public int Add(
  object  
  item
);

Parameters

item

System.Object.  The object to add.

Return Value

System.Int32.  The index of the new item.

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