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

適用対象