CollectionView.Comparer プロパティ
定義
ビュー内の項目を比較するために使用できるオブジェクトを返します。Returns an object that you can use to compare items in the view.
public:
virtual property System::Collections::IComparer ^ Comparer { System::Collections::IComparer ^ get(); };
public virtual System.Collections.IComparer Comparer { get; }
member this.Comparer : System.Collections.IComparer
Public Overridable ReadOnly Property Comparer As IComparer
プロパティ値
ビュー内の項目を比較するために使用できる IComparer オブジェクト。An IComparer object that you can use to compare items in the view.