Condividi tramite


ObjectListCommandCollection.Add(ObjectListCommand) Metodo

Definizione

Aggiunge un comando all'insieme. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & 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 dell'insieme.

Si applica a

Vedi anche