TagList.RemoveAt(Int32) 方法

定義

移除 TagList 之指定索引處的項目。

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

移除項目之以零為起始的索引。

實作

例外狀況

index index 小於 0 或 index 大於 Count

適用於