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的 。