Bagikan melalui


Layout.Remove(IView) Method

Definition

Removes a child view.

public:
 virtual bool Remove(Microsoft::Maui::IView ^ child);
public bool Remove (Microsoft.Maui.IView child);
abstract member Remove : Microsoft.Maui.IView -> bool
override this.Remove : Microsoft.Maui.IView -> bool
Public Function Remove (child As IView) As Boolean

Parameters

child
IView

The child view to remove.

Returns

true if the view was removed successfully, otherwise false.

Implements

Applies to