BindingSource.SortDescriptions Tulajdonság

Definíció

Lekéri az adatforrásra alkalmazott rendezési leírások gyűjteményét.

public:
 virtual property System::ComponentModel::ListSortDescriptionCollection ^ SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
Public Overridable ReadOnly Property SortDescriptions As ListSortDescriptionCollection

Tulajdonság értéke

Ha az adatforrás olyan IBindingListView, ListSortDescriptionCollection amely a listára alkalmazott rendezési leírásokat tartalmazza.

Megvalósítás

Attribútumok

Megjegyzések

Ha a lista nem egy IBindingListView, akkor a tulajdonság a következőt adja vissza:

Ez ListSortDescriptionCollection egy írásvédett gyűjtemény.

A következőre érvényes: