UIElementCollection.SetLogicalParent(UIElement) Metodo

Definizione

Imposta il padre logico di un elemento in un 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)

Parametri

element
UIElement

UIElement il cui padre logico viene impostato.

Si applica a