Condividi tramite


ToolTipService.GetPlacementTarget(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata ToolTipService.PlacementTarget XAML per l'elemento di destinazione specificato.

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

Parametri

element
DependencyObject

Elemento di destinazione per il valore della proprietà associata.

Restituisce

Elemento visivo a cui viene posizionata la descrizione comando rispetto a .

Si applica a

Vedi anche