ToolTipService.GetPlacementTarget(DependencyObject) Méthode
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 la valeur de propriété jointe XAML ToolTipService.PlacementTarget pour l’élément cible spécifié.
public:
static UIElement ^ GetPlacementTarget(DependencyObject ^ element);
static UIElement GetPlacementTarget(DependencyObject const& element);
public static UIElement GetPlacementTarget(DependencyObject element);
function getPlacementTarget(element)
Public Shared Function GetPlacementTarget (element As DependencyObject) As UIElement
Paramètres
- element
- DependencyObject
Élément cible pour la valeur de propriété jointe.
Retours
Élément visuel auquel l’info-bulle est positionnée par rapport.