ListCollectionView.SortDescriptions プロパティ

定義

コレクション内の項目をビュー内でどのように並べ替えるかを記述する SortDescription オブジェクトのコレクションを取得します。

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

プロパティ値

SortDescriptionCollection

コレクション内の項目をビュー内でどのように並べ替えるかを記述する SortDescription オブジェクトのコレクション。

注釈

注意

このプロパティは、コレクション オブジェクトにアクセスし、その Addさまざまなメソッドを使用することによってのみ設定できます。 コレクション オブジェクト自体にアクセスするプロパティは読み取り専用です。コレクション自体は読み取り/書き込みです。

適用対象