Storyboard.GetTargetProperty(Timeline) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目標專案取得 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
要從中取得值的目標專案。
傳回
目標專案的 Storyboard.TargetProperty 值。