ObjectListCommandCollection.AddAt(Int32, ObjectListCommand) Metoda

Definicja

Dodaje polecenie w lokalizacji w kolekcji określonej przez parametr indeksu. 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 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ż