ICollectionView.SortDescriptions Tulajdonság

Definíció

Olyan objektumgyűjteményt SortDescription kap, amely leírja, hogy a gyűjtemény elemei hogyan vannak rendezve a nézetben.

public:
 property System::ComponentModel::SortDescriptionCollection ^ SortDescriptions { System::ComponentModel::SortDescriptionCollection ^ get(); };
public System.ComponentModel.SortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.SortDescriptionCollection
Public ReadOnly Property SortDescriptions As SortDescriptionCollection

Tulajdonság értéke

Objektumgyűjtemény SortDescription , amely leírja, hogy a gyűjtemény elemei hogyan vannak rendezve a nézetben.

A következőre érvényes:

Lásd még