DeviceElementCollection.Remove Metoda

Definicja

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

Przeciążenia

Remove(String)

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

Remove(DeviceElement)

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

Remove(String)

Usuwa nazwany element urządzenia z kolekcji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryn zASP.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 na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryn zASP.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

Do DeviceElement usunięcia.

Zobacz też

Dotyczy