Share via


ObjectListCommandCollection.Add(ObjectListCommand) Método

Definición

Agrega un comando a la colección. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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)

Parámetros

command
ObjectListCommand

Comando que se va a agregar al final de la colección.

Se aplica a

Consulte también