IBindingList.SortDirection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得排序的方向。
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 值。
例外狀況
SupportsSorting 為 false
。
備註
如果 為 SupportsSortingtrue
,則支援這個屬性,否則這個屬性會擲回 NotSupportedException。