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

要移除的对象。

返回

如果操作成功,则为 true;否则为 false

实现

适用于