IBindingList.RemoveSort 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 ApplySort(PropertyDescriptor, ListSortDirection) 移除任何已应用的排序。
public:
void RemoveSort();
public void RemoveSort ();
abstract member RemoveSort : unit -> unit
Public Sub RemoveSort ()
例外
SupportsSorting 为 false
。
注解
如果 SupportsSorting 为 true
,则支持此属性;否则,此属性将 NotSupportedException引发 。
调用此方法时,应使用 Reset 枚举引发ListChanged事件。