ObjectListCommandCollection.Add(ObjectListCommand) Metoda

Definicja

Dodaje polecenie do kolekcji. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny 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ż