UIElementCollection.SetLogicalParent(UIElement) 메서드

정의

UIElementCollection에 있는 요소의 논리적 부모를 설정합니다.

protected:
 void SetLogicalParent(System::Windows::UIElement ^ element);
protected void SetLogicalParent (System.Windows.UIElement element);
member this.SetLogicalParent : System.Windows.UIElement -> unit
Protected Sub SetLogicalParent (element As UIElement)

매개 변수

element
UIElement

논리적 부모를 설정할 UIElement입니다.

적용 대상