GroupDescription.CustomSort 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置使用实现 IComparer 的对象对组进行排序的自定义比较器。
public:
property System::Collections::IComparer ^ CustomSort { System::Collections::IComparer ^ get(); void set(System::Collections::IComparer ^ value); };
public System.Collections.IComparer CustomSort { get; set; }
member this.CustomSort : System.Collections.IComparer with get, set
Public Property CustomSort As IComparer
属性值
使用实现 IComparer 的对象对组进行排序的自定义比较器。
注解
注意
设置自定义比较器对象将清除以前设置 SortDescriptions的 。