VirtualList.ContainsDataForIndex Method

Determines whether a specified index has a corresponding data item in the list.

Syntax

  protected bool ContainsDataForIndex(
  int  
  index
);

Parameters

index

System.Int32.  The index to search for.

Return Value

System.Booleantrue if there is data at the index specified; otherwise, false.

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