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 元素。