BindingSource.SortDescriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得套用至資料來源的排序描述集合。
public:
virtual property System::ComponentModel::ListSortDescriptionCollection ^ SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
Public Overridable ReadOnly Property SortDescriptions As ListSortDescriptionCollection
屬性值
如果資料來源是 IBindingListView, ListSortDescriptionCollection 則包含套用至清單之排序描述的 。
實作
- 屬性
備註
如果清單不是 IBindingListView,則此屬性會傳回:
-
null
在 .NET 8 和舊版中。 - .NET 9 和更新版本中的空白 ListSortDescriptionCollection 。
ListSortDescriptionCollection是唯讀集合。