ICollectionView.SortDescriptions 屬性

定義

取得 SortDescription 物件的集合,說明集合內的項目如何在檢視中分組。

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

屬性值

SortDescription 物件的集合,說明集合內的項目如何在檢視中分組。

適用於

另請參閱