BindingList<T>.RemoveSortCore Yöntem

Tanım

Sıralama türetilmiş bir sınıfta uygulanırsa ile ApplySortCore(PropertyDescriptor, ListSortDirection) uygulanan sıralamayı kaldırır; aksi takdirde oluşturur NotSupportedException.

protected:
 virtual void RemoveSortCore();
protected virtual void RemoveSortCore ();
abstract member RemoveSortCore : unit -> unit
override this.RemoveSortCore : unit -> unit
Protected Overridable Sub RemoveSortCore ()

Özel durumlar

Yöntem türetilmiş bir sınıfta geçersiz kılınmıyor.

Açıklamalar

BindingList<T> sınıfı, sıralamanın temel bir uygulamasını sağlamaz, bu nedenle RemoveSortCore her zaman varsayılan olarak bir NotSupportedException oluşturur. Sıralama hakkında daha fazla bilgi için yöntemine ApplySortCore bakın.

Şunlara uygulanır