TimelineCollection.Remove(Timeline) 方法

定義

從這個 Timeline 移除指定之 TimelineCollection 的第一個項目。

public:
 virtual bool Remove(System::Windows::Media::Animation::Timeline ^ value);
public bool Remove (System.Windows.Media.Animation.Timeline value);
abstract member Remove : System.Windows.Media.Animation.Timeline -> bool
override this.Remove : System.Windows.Media.Animation.Timeline -> bool
Public Function Remove (value As Timeline) As Boolean

參數

value
Timeline

要移除的物件。

傳回

Boolean

如果作業成功,則為 true,否則為 false

實作

適用於