ObjectListCommandCollection.Add(ObjectListCommand) Metoda

Definicja

Dodaje polecenie do kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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)

Parametry

command
ObjectListCommand

Polecenie, które ma zostać dodane na końcu kolekcji.

Dotyczy

Zobacz też