BringIntoViewRequestedEventArgs.TargetElement 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 ou définit l’élément qui doit être rendu visible en réponse à l’événement.
public:
property UIElement ^ TargetElement { UIElement ^ get(); void set(UIElement ^ value); };
UIElement TargetElement();
void TargetElement(UIElement value);
public UIElement TargetElement { get; set; }
var uIElement = bringIntoViewRequestedEventArgs.targetElement;
bringIntoViewRequestedEventArgs.targetElement = uIElement;
Public Property TargetElement As UIElement
Valeur de propriété
Élément qui doit être rendu visible en réponse à l’événement.