Element.RemoveLogicalChild(Element) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从逻辑子级中删除特定 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
参数
返回
如果从逻辑子级成功删除项,则为 true;否则为 false。 如果未 Element 找到 ,则此方法也返回 false。