TimelineCollection.Remove(Timeline) Method

Definition

Removes the first occurrence of a specified Timeline from this 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

Parameters

value
Timeline

The object to remove.

Returns

true if the operation was successful; otherwise, false.

Implements

Applies to