Storyboard.GetTargetProperty(DependencyObject) Metodo

Definizione

Recupera il valore TargetProperty dell'oggetto Timeline specificato.

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

Parametri

element
DependencyObject

L'oggetto di dipendenza dal quale ottenere la TargetProperty.

Restituisce

PropertyPath

Proprietà di destinazione dell'oggetto element.

Commenti

Questo metodo ottiene la TargetProperty proprietà associata sull'oggetto specificato. Per altre informazioni sul funzionamento della destinazione dello storyboard, vedere TargetProperty proprietà associata. Per altre informazioni sul funzionamento delle proprietà associate, vedere Panoramica delle proprietà associate.

Se è TargetProperty stato impostato nel markup, questo metodo restituisce un valore vuoto PropertyPath perché il riferimento alla proprietà viene risolto e archiviato internamente quando viene analizzato.

Si applica a

Vedi anche