IBindingListView.SortDescriptions 屬性

定義

取得目前套用到資料來源中的排序描述集合。

public:
 property System::ComponentModel::ListSortDescriptionCollection ^ SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
public System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection

屬性值

目前套用到資料來源中的 ListSortDescriptionCollection

備註

ListSortDescriptionCollection是唯讀集合,建構完成後。

適用於