IBindingListView.SortDescriptions プロパティ

定義

現在データ ソースに適用されている並べ替えに関する説明のコレクションを取得します。

public:
 property System::ComponentModel::ListSortDescriptionCollection ^ SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
public System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection

プロパティ値

現在データ ソースに適用されている ListSortDescriptionCollection

注釈

ListSortDescriptionCollectionは、構築後の読み取り専用コレクションです。

適用対象