TimelineCollection.Insert(Int32, Timeline) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 Timeline 对象插入到此 TimelineCollection 中的指定索引位置处。
public:
virtual void Insert(int index, System::Windows::Media::Animation::Timeline ^ value);
public void Insert (int index, System.Windows.Media.Animation.Timeline value);
abstract member Insert : int * System.Windows.Media.Animation.Timeline -> unit
override this.Insert : int * System.Windows.Media.Animation.Timeline -> unit
Public Sub Insert (index As Integer, value As Timeline)
参数
- index
- Int32
value
插入位置的从零开始的索引。
- value
- Timeline
要插入的对象。