TimelineCollection.RemoveAt(Int32) 方法
定义
从此 Timeline 中移除指定索引位置处的 TimelineCollection。Removes the Timeline at the specified index position from this TimelineCollection.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
参数
- index
- Int32
要移除的项的从零开始的索引位置。The zero-based index position of the item to remove.