ObjectListCommandCollection.Add(ObjectListCommand) Metod

Definition

Lägger till ett kommando i samlingen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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)

Parametrar

command
ObjectListCommand

Kommandot som ska läggas till i slutet av samlingen.

Gäller för

Se även