ArrayListDataSet Class

Specifies an array-based data set that is used to provide a list of data. The ArrayListDataSet class provides notifications when the list contents change so that your UI can automatically refresh itself. This class is used primarily by the Repeater view item.

  public class ArrayListDataSet : ListDataSet

Public Instance Constructors

Constructor Description
ArrayListDataSet() Initializes a new instance of the ArrayListDataSet class.
ArrayListDataSet(IModelItemOwner) Initializes a new instance of the ArrayListDataSet class.

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