共用方式為


ListCollectionView.ActiveComparer 屬性

定義

取得或設定目前正用於排序的比較子 (Comparer)。

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 物件。

適用於