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

适用于