MobileListItemCollection.Remove Metoda

Definicja

Usuwa element z określoną wartością. 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).

Przeciążenia

Remove(String)

Usuwa element z określoną wartością. 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).

Remove(MobileListItem)

Usuwa element z określoną wartością. 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).

Remove(String)

Usuwa element z określoną wartością. 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:
 virtual void Remove(System::String ^ item);
public virtual void Remove (string item);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (item As String)

Parametry

item
String

Wartość elementu do usunięcia. Pierwszy element, który pasuje do tej wartości w kolekcji, zostanie usunięty.

Zobacz też

Dotyczy

Remove(MobileListItem)

Usuwa element z określoną wartością. 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 Remove(System::Web::UI::MobileControls::MobileListItem ^ item);
public void Remove (System.Web.UI.MobileControls.MobileListItem item);
member this.Remove : System.Web.UI.MobileControls.MobileListItem -> unit
Public Sub Remove (item As MobileListItem)

Parametry

item
MobileListItem

Wartość elementu do usunięcia. Pierwszy element, który pasuje do tej wartości w kolekcji, zostanie usunięty.

Zobacz też

Dotyczy