CollectionViewSource.SortDescriptions Propriété

Définition

Obtient ou définit une collection d’objets SortDescription qui décrit comment les éléments de la collection sont triés dans l’affichage.

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écrit comment les éléments de la collection sont triés dans l’affichage.

Remarques

Cette propriété est transférée à n’importe quelle vue de collection créée à partir de la source actuelle.

Utilisation de l’élément de propriété XAML

<object>
  <object.SortDescriptions>
    oneOrMoreSortDescriptions
  </object.SortDescriptions>
</object>

Valeurs XAML

oneOrMoreSortDescriptions Un ou plusieurs SortDescription éléments.

S’applique à