VirtualList.UnavailableItem Property

Gets the object from a RequestItem query to inform the caller that the item cannot be retrieved.

Syntax

  public static object UnavailableItem {get;}

Property Value

System.Object.  The item that is not available.

This property is read-only.

Remarks

This property is not the same as being unable to complete the data request. This property is returned when a data item cannot be acquired because of a state change that made the query irrelevant or unanswerable.

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