VirtualList.Contains Method

Determines whether a given item is in the list.

Syntax

  public bool Contains(
  object  
  item
);

Parameters

item

System.Object.  The object to search for

Return Value

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