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 物件描述集合中項目在檢視中如何排序。

適用於

另請參閱