UIElementCollection.ClearLogicalParent(UIElement) メソッド

定義

要素が UIElementCollection から離れたときに要素の論理上の親を消去します。

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

パラメーター

element
UIElement

論理上の親が消去される UIElement

適用対象