UIElementCollection.SetLogicalParent(UIElement) Méthode

Définition

Définit le parent logique d'un élément dans une 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)

Paramètres

element
UIElement

Le UIElement dont le parent logique est défini.

S’applique à