DeviceSpecificChoiceCollection.Add(DeviceSpecificChoice) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.