Επεξεργασία

Κοινή χρήση μέσω


DeviceElementCollection.RemoveAt(Int32) Method

Definition

Removes the device element at the specified index. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index location of the DeviceElement to remove.

Applies to

See also