TimelineCollection.IndexOf(Timeline) 方法

定义

获取 TimelineCollection 中 Timeline 对象的从零开始的索引位置。

public:
 virtual int IndexOf(System::Windows::Media::Animation::Timeline ^ value);
public int IndexOf (System.Windows.Media.Animation.Timeline value);
abstract member IndexOf : System.Windows.Media.Animation.Timeline -> int
override this.IndexOf : System.Windows.Media.Animation.Timeline -> int
Public Function IndexOf (value As Timeline) As Integer

参数

value
Timeline

要定位的对象。

返回

此列表中 value 的索引位置。 如果未找到,则返回 -1。

实现

适用于