FrameworkElementAutomationPeer.Owner Propiedad

Definición

Obtiene el propietario de UIElement asociado a este FrameworkElementAutomationPeer.

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

Valor de propiedad

Elemento que posee esta instancia de la clase del mismo nivel.

Comentarios

Si se ha eliminado el elemento owner, se produce un error al obtener esta propiedad.

Se aplica a