Udostępnij za pośrednictwem


ObjectListCommandCollection.AddAt(Int32, ObjectListCommand) Metoda

Definicja

Dodaje polecenie w lokalizacji w kolekcji określonej przez parametr indeksu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 void AddAt(int index, System::Web::UI::MobileControls::ObjectListCommand ^ command);
public void AddAt (int index, System.Web.UI.MobileControls.ObjectListCommand command);
member this.AddAt : int * System.Web.UI.MobileControls.ObjectListCommand -> unit
Public Sub AddAt (index As Integer, command As ObjectListCommand)

Parametry

index
Int32

Lokalizacja w kolekcji, w której ma zostać dodany commandelement .

command
ObjectListCommand

Element ObjectListCommand do dodania do kolekcji.

Uwagi

Wartość -1 parametru index określa, że polecenie jest dodawane na końcu kolekcji.

Dotyczy

Zobacz też