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

適用於