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は、一度構築された読み取り専用コレクションです。

適用対象