ListCollectionView.ActiveComparer プロパティ

定義

並べ替えで使用する現在のアクティブな比較子を取得または設定します。

protected:
 property System::Collections::IComparer ^ ActiveComparer { System::Collections::IComparer ^ get(); void set(System::Collections::IComparer ^ value); };
protected System.Collections.IComparer ActiveComparer { get; set; }
member this.ActiveComparer : System.Collections.IComparer with get, set
Protected Property ActiveComparer As IComparer

プロパティ値

IComparer

アクティブな比較子である IComparer オブジェクト。

適用対象