TeachingTip.Target 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.
Définit la cible d’un conseil d’enseignement pour qu’il se positionne par rapport à et pointe vers avec sa queue.
public:
property FrameworkElement ^ Target { FrameworkElement ^ get(); void set(FrameworkElement ^ value); };
FrameworkElement Target();
void Target(FrameworkElement value);
public FrameworkElement Target { get; set; }
var frameworkElement = teachingTip.target;
teachingTip.target = frameworkElement;
Public Property Target As FrameworkElement