Share via


RemoveAt Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Removes from the current collection the element at the specified index number (position) in the collection.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit 
public function RemoveAt(
    index : int
)

Parameters

  • index
    Type: System. . :: . .Int32
    The index number of the object you want to remove from the current collection.

.NET Framework Security

See Also

Reference

UIElementCollection Class

Microsoft.SPOT.Presentation Namespace