Storyboard.GetTargetProperty(DependencyObject) 方法

定义

检索指定的 TargetPropertyTimeline 值。

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

参数

element
DependencyObject

要从中获取 TargetProperty 的依赖项对象。

返回

PropertyPath

作为 element 的目标的属性。

注解

此方法获取 TargetProperty 指定对象的附加属性。 有关情节提要目标工作原理的详细信息,请参阅 TargetProperty 附加属性。 有关附加属性的工作原理的详细信息,请参阅 附加属性概述

TargetProperty如果在标记中设置,此方法将返回一个空PropertyPath值,因为属性引用在分析时会解析并存储在内部。

适用于

另请参阅