DataView.IBindingListView.SortDescriptions 属性
定义
有关此成员的说明,请参见 SortDescriptions。For a description of this member, see SortDescriptions.
property System::ComponentModel::ListSortDescriptionCollection ^ System::ComponentModel::IBindingListView::SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
System.ComponentModel.ListSortDescriptionCollection System.ComponentModel.IBindingListView.SortDescriptions { get; }
member this.System.ComponentModel.IBindingListView.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
ReadOnly Property SortDescriptions As ListSortDescriptionCollection Implements IBindingListView.SortDescriptions
属性值
有关此成员的说明,请参见 SortDescriptions。For a description of this member, see SortDescriptions.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 此成员的使用不受支持,将导致 ArgumentException 。The use of this member is not supported and will cause a ArgumentException. 相反,请在返回的对象上使用 Clear 方法 DataRowCollection Rows 。Instead, use the Clear method on the DataRowCollection object returned by Rows.