共用方式為


Layout.Remove(IView) 方法

定義

拿掉子檢視。

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

參數

child
IView

要移除的子檢視。

傳回

true 如果已成功移除檢視,則為 ,否則 false為 。

實作

適用於