DataView.IBindingListView.SupportsAdvancedSorting 属性

定义

有关此成员的说明,请参见 SupportsAdvancedSortingFor a description of this member, see SupportsAdvancedSorting.

property bool System::ComponentModel::IBindingListView::SupportsAdvancedSorting { bool get(); };
bool System.ComponentModel.IBindingListView.SupportsAdvancedSorting { get; }
member this.System.ComponentModel.IBindingListView.SupportsAdvancedSorting : bool
 ReadOnly Property SupportsAdvancedSorting As Boolean Implements IBindingListView.SupportsAdvancedSorting

属性值

Boolean

有关此成员的说明,请参见 SupportsAdvancedSortingFor a description of this member, see SupportsAdvancedSorting.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DataView 实例被强制转换为 IBindingListView 接口时使用。It can be used only when the DataView instance is cast to an IBindingListView interface.

适用于