ICollectionView.SortDescriptions Propriété

Définition

Obtient une collection d’objets SortDescription qui décrivent le mode de tri des éléments de la collection dans la vue.

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

Valeur de propriété

Collection d’objets SortDescription qui décrivent la façon dont les éléments de la collection sont triés dans la vue.

S’applique à

Voir aussi