共用方式為


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值。

適用於