ObjectListCommandCollection.Add(ObjectListCommand) Méthode

Définition

Ajoute une commande à la collection. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

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

Paramètres

command
ObjectListCommand

Commande à ajouter à la fin de la collection.

S’applique à

Voir aussi