UIElementCollection.ClearLogicalParent(UIElement) Metodo

Definizione

Cancella il padre logico di un elemento quando l'elemento lascia un insieme 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)

Parametri

element
UIElement

UIElement il cui padre logico viene cancellato.

Si applica a