ICollectionView.SortDescriptions Egenskap

Definition

Hämtar en samling SortDescription objekt som beskriver hur objekten i samlingen sorteras i vyn.

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

Egenskapsvärde

En samling SortDescription objekt som beskriver hur objekten i samlingen sorteras i vyn.

Gäller för

Se även