FrameworkElementAutomationPeer.Owner Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.