GroupDescription.CustomSort プロパティ

定義

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されていた がクリアされます。

適用対象