Storyboard.GetTargetProperty(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.
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
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.