IBindingList.SortDirection 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取排序的方向。
public:
 property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };public System.ComponentModel.ListSortDirection SortDirection { get; }member this.SortDirection : System.ComponentModel.ListSortDirectionPublic ReadOnly Property SortDirection As ListSortDirection属性值
ListSortDirection 值之一。
例外
              SupportsSorting 为 false。
注解
如果 SupportsSortingtrue为 ,则支持此属性;否则,此属性将 NotSupportedException引发 。