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
プロパティ値
データ ソースが の場合、リストにIBindingListViewListSortDescriptionCollection適用される並べ替えの説明を含む 。
実装
- 属性
注釈
リストが でない場合、 IBindingListViewこのプロパティは次を返します。
-
null
.NET 8 以前のバージョンでは。 - .NET 9 以降のバージョンでは空 ListSortDescriptionCollection です。
ListSortDescriptionCollectionは読み取り専用コレクションです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET