Edit

Share via


DeviceSpecificChoiceCollection.Add(DeviceSpecificChoice) Method

Definition

Adds a DeviceSpecificChoice object to the end of a collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void Add(System::Web::UI::MobileControls::DeviceSpecificChoice ^ choice);
public void Add(System.Web.UI.MobileControls.DeviceSpecificChoice choice);
member this.Add : System.Web.UI.MobileControls.DeviceSpecificChoice -> unit
Public Sub Add (choice As DeviceSpecificChoice)

Parameters

choice
DeviceSpecificChoice

The DeviceSpecificChoice object to add to the end of the collection.

Applies to

See also