Udostępnij przez


DeviceElementCollection.Remove Metoda

Definicja

Usuwa określony element urządzenia 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)

Usuwa nazwany element urządzenia 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(DeviceElement)

Usuwa określony element urządzenia 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)

Usuwa nazwany element urządzenia 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

Klucz do DeviceElement usunięcia.

Zobacz też

Dotyczy

Remove(DeviceElement)

Usuwa określony element urządzenia 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::DeviceElement ^ deviceElement);
public void Remove (System.Web.UI.MobileControls.DeviceElement deviceElement);
member this.Remove : System.Web.UI.MobileControls.DeviceElement -> unit
Public Sub Remove (deviceElement As DeviceElement)

Parametry

deviceElement
DeviceElement

Element DeviceElement do usunięcia.

Zobacz też

Dotyczy