Share via


Choice Constructor

Initializes a new instance of the Choice class.

Overload List

public Choice()

public Choice(IModelItemOwner)

public Choice(IModelItemOwner, string)

public Choice(IModelItemOwner, string, IList)

Choice.Choice Constructor

Initializes a new instance of the Choice class.

  public Choice();

Choice.Choice Constructor

Initializes a new instance of the Choice class.

  public Choice(
  IModelItemOwner  
  owner
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

Choice.Choice Constructor

Initializes a new instance of the Choice class.

  public Choice(
  IModelItemOwner  
  owner
  , 
  string  description
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

description

System.String.  The description of the object.

Choice.Choice Constructor

Initializes a new instance of the Choice class.

  public Choice(
  IModelItemOwner  
  owner
  , 
  string  description, 
  System.Collections.IList  options
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

description

System.String.  The description of the object.

options

System.Collections.IList.  A list of options that will be available in the Choice object.

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