Remove Method

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

Removes a specified element from the current collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    element As UIElement _
)
public void Remove(
    UIElement element
)
public:
void Remove(
    UIElement^ element
)
member Remove : 
        element:UIElement -> unit 
public function Remove(
    element : UIElement
)

Parameters

.NET Framework Security

See Also

Reference

UIElementCollection Class

Microsoft.SPOT.Presentation Namespace