Storyboard.GetTargetName(Timeline) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目標專案取得 Storyboard.TargetName XAML 附加屬性的值。
public:
static Platform::String ^ GetTargetName(Timeline ^ element);
static winrt::hstring GetTargetName(Timeline const& element);
public static string GetTargetName(Timeline element);
function getTargetName(element)
Public Shared Function GetTargetName (element As Timeline) As String
參數
- element
- Timeline
要從中取得值的目標專案。
傳回
目標專案的 Storyboard.TargetName 值。