FrameworkElementAutomationPeer.Owner Propriété

Définition

Obtient le propriétaire UIElement associé à ce FrameworkElementAutomationPeer.

public:
 property UIElement ^ Owner { UIElement ^ get(); };
UIElement Owner();
public UIElement Owner { get; }
var uIElement = frameworkElementAutomationPeer.owner;
Public ReadOnly Property Owner As UIElement

Valeur de propriété

Élément qui possède cette instance de la classe homologue.

Remarques

Si l’élément owner a été supprimé, l’obtention de cette propriété échoue.

S’applique à