Storyboard.GetTargetProperty(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定的 TargetProperty 的 Timeline 值。
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 的依赖项对象。
返回
作为 element
的目标的属性。
注解
此方法获取 TargetProperty 指定对象的附加属性。 有关情节提要目标工作原理的详细信息,请参阅 TargetProperty 附加属性。 有关附加属性的工作原理的详细信息,请参阅 附加属性概述。
TargetProperty如果在标记中设置,此方法将返回一个空PropertyPath值,因为属性引用在分析时会解析并存储在内部。