DeviceElementCollection.Remove Metoda

Definicja

Usuwa określony element urządzenia z kolekcji. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

Przeciążenia

Nazwa Opis
Remove(String)

Usuwa nazwany element urządzenia z kolekcji. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

Remove(DeviceElement)

Usuwa określony element urządzenia z kolekcji. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

Remove(String)

Usuwa nazwany element urządzenia z kolekcji. 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 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 przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny 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