SortDescriptionCollection.SetItem(Int32, SortDescription) Yöntem

Tanım

Belirtilen dizindeki öğeyi değiştirir.

protected:
 override void SetItem(int index, System::ComponentModel::SortDescription item);
protected override void SetItem (int index, System.ComponentModel.SortDescription item);
override this.SetItem : int * System.ComponentModel.SortDescription -> unit
Protected Overrides Sub SetItem (index As Integer, item As SortDescription)

Parametreler

index
Int32

Değiştirilecek öğenin sıfır tabanlı dizini.

item
SortDescription

Belirtilen dizindeki öğe için yeni değer.

Açıklamalar

Temel sınıf, koleksiyonda bir öğe ayarlandığında bu yöntemi çağırır. Bu uygulama olayı tetikler CollectionChanged .

Daha fazla bilgi için temel sınıfın yöntemine Collection<T> bakınSetItem.

Şunlara uygulanır