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

戻り値

論理子から item が正常に削除された場合は true。それ以外の場合は false。 このメソッドは、 が見つからない場合 Element も false を返します。

適用対象