Aracılığıyla paylaş


ListSortDescriptionCollection.Item[Int32] Özellik

Tanım

Belirtilen ListSortDescriptiondeğerini alır veya ayarlar.

public:
 property System::ComponentModel::ListSortDescription ^ default[int] { System::ComponentModel::ListSortDescription ^ get(int index); void set(int index, System::ComponentModel::ListSortDescription ^ value); };
public System.ComponentModel.ListSortDescription this[int index] { get; set; }
public System.ComponentModel.ListSortDescription? this[int index] { get; set; }
member this.Item(int) : System.ComponentModel.ListSortDescription with get, set
Default Public Property Item(index As Integer) As ListSortDescription

Parametreler

index
Int32

Koleksiyonda alınacak veya ayarlanacağı sıfır tabanlı dizini ListSortDescription .

Özellik Değeri

ListSortDescription belirtilen dizine sahip.

Özel durumlar

Bir öğe içinde ListSortDescriptionCollectionsalt okunur olarak ayarlanır.

Açıklamalar

ListSortDescriptionCollection salt okunur bir kez oluşturulur ve bir öğe ayarlamaya çalışırsanız bir oluştururInvalidOperationException.

Şunlara uygulanır