ControlElementCollection.Remove Metoda

Definicja

Usuwa obiekt ControlElement z kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Przeciążenia

Remove(String)

ControlElement Usuwa obiekt zidentyfikowany przez nazwę z kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Remove(ControlElement)

Usuwa daną ControlElement z kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Remove(String)

ControlElement Usuwa obiekt zidentyfikowany przez nazwę z kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parametry

name
String

Nazwa ControlElement elementu do usunięcia.

Zobacz też

Dotyczy

Remove(ControlElement)

Usuwa daną ControlElement z kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

public:
 void Remove(System::Web::UI::MobileControls::ControlElement ^ controlElement);
public void Remove (System.Web.UI.MobileControls.ControlElement controlElement);
member this.Remove : System.Web.UI.MobileControls.ControlElement -> unit
Public Sub Remove (controlElement As ControlElement)

Parametry

controlElement
ControlElement

Obiekt ControlElement.

Zobacz też

Dotyczy