IBindingList.SortDirection 屬性

定義

取得排序的方向。

public:
 property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
public System.ComponentModel.ListSortDirection SortDirection { get; }
member this.SortDirection : System.ComponentModel.ListSortDirection
Public ReadOnly Property SortDirection As ListSortDirection

屬性值

其中一個 ListSortDirection 值。

例外狀況

備註

如果 為 SupportsSortingtrue,則支援這個屬性,否則這個屬性會擲回 NotSupportedException

適用於