Storyboard.GetTargetProperty(DependencyObject) Méthode

Définition

Récupère la valeur TargetProperty du Timeline spécifié.

public:
 static System::Windows::PropertyPath ^ GetTargetProperty(System::Windows::DependencyObject ^ element);
public static System.Windows.PropertyPath GetTargetProperty (System.Windows.DependencyObject element);
static member GetTargetProperty : System.Windows.DependencyObject -> System.Windows.PropertyPath
Public Shared Function GetTargetProperty (element As DependencyObject) As PropertyPath

Paramètres

element
DependencyObject

Objet de dépendance à partir duquel obtenir le TargetProperty.

Retours

PropertyPath

Propriété ciblée par element.

Remarques

Cette méthode obtient la TargetProperty propriété jointe sur l’objet spécifié. Pour plus d’informations sur le fonctionnement du ciblage du storyboard, consultez TargetProperty la propriété jointe. Pour plus d’informations sur le fonctionnement des propriétés jointes, consultez Vue d’ensemble des propriétés jointes.

Si la valeur a été définie dans le TargetProperty balisage, cette méthode retourne une valeur vide PropertyPath , car la référence de propriété est résolue et stockée en interne lorsqu’elle est analysée.

S’applique à

Voir aussi