UIElementCollection.SetLogicalParent(UIElement) Método

Definición

Establece el elemento primario lógico de un elemento en una colección 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)

Parámetros

element
UIElement

UIElement cuyo elemento primario lógico se establece.

Se aplica a