ObjectListCommandCollection.Add(ObjectListCommand) Metodo

Definizione

Aggiunge un comando alla raccolta. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili e Siti con 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)

Parametri

command
ObjectListCommand

Comando da aggiungere alla fine della raccolta.

Si applica a

Vedi anche