Storyboard.GetTargetProperty(Timeline) 方法

定义

从目标元素获取 Storyboard.TargetProperty XAML 附加属性的值。

public:
 static Platform::String ^ GetTargetProperty(Timeline ^ element);
 static winrt::hstring GetTargetProperty(Timeline const& element);
public static string GetTargetProperty(Timeline element);
function getTargetProperty(element)
Public Shared Function GetTargetProperty (element As Timeline) As String

参数

element
Timeline

要从中获取值的目标元素。

返回

String

Platform::String

winrt::hstring

目标元素的 Storyboard.TargetProperty 值。

适用于