UIElementCollection.ClearLogicalParent(UIElement) Método

Definición

Borra el elemento primario lógico de un elemento cuando éste se quita de 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)

Parámetros

element
UIElement

UIElement cuyo elemento primario lógico se borra.

Se aplica a