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 一个只读集合,一旦构造。

适用于