Element.RemoveLogicalChild(Element) 方法

定义

从逻辑子级中删除特定 Element 的第一个匹配项。

public:
 bool RemoveLogicalChild(Microsoft::Maui::Controls::Element ^ element);
public bool RemoveLogicalChild (Microsoft.Maui.Controls.Element element);
member this.RemoveLogicalChild : Microsoft.Maui.Controls.Element -> bool
Public Function RemoveLogicalChild (element As Element) As Boolean

参数

element
Element

要移除的 Element

返回

如果从逻辑子级成功删除项,则为 true;否则为 false。 如果未 Element 找到 ,则此方法也返回 false。

适用于