SortDescriptionCollection.RemoveItem(Int32) 方法

定義

移除集合中指定索引的項目。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem(int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

參數

index
Int32

要移除的元素的零基指數。

備註

基底類別在從集合中移除項目時呼叫此方法。 這種實作提升了事件的水準 CollectionChanged

欲了解更多資訊,請參閱 RemoveItem 基底類別的方法 Collection<T>

適用於