VirtualList.IsItemAvailable Method

Determines whether an item at the specified index is available for query (the item can be located by index).

Syntax

  public bool IsItemAvailable(
  int  
  index
);

Parameters

index

System.Int32.  The index of the item to retrieve.

Return Value

System.Booleantrue if the item is available; 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