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를 반환합니다.

적용 대상