CollectionViewSource.SortDescriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SortDescription 物件的集合,這個集合描述如何在檢視中排序集合中的項目。
public:
property System::ComponentModel::SortDescriptionCollection ^ SortDescriptions { System::ComponentModel::SortDescriptionCollection ^ get(); };
public System.ComponentModel.SortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.SortDescriptionCollection
Public ReadOnly Property SortDescriptions As SortDescriptionCollection
屬性值
SortDescription 物件的集合,描述如何在檢視中排序集合中的項目。
備註
這個屬性會轉送到從目前來源建立的任何集合檢視。
XAML 屬性項目用法
<object>
<object.SortDescriptions>
oneOrMoreSortDescriptions
</object.SortDescriptions>
</object>
XAML 值
oneOrMoreSortDescriptions
一或多個 SortDescription 元素。