BindingList.ApplySortCore メソッド
アセンブリ: System (system.dll 内)

Protected Overridable Sub ApplySortCore ( _ prop As PropertyDescriptor, _ direction As ListSortDirection _ )

BindingList クラスは並べ替えの基本実装を提供していないため、既定では、ApplySortCore は常に NotSupportedException をスローします。並べ替えを有効にするには、BindingList から派生して、次のタスクを実行します。
-
ApplySortCore をオーバーライドし、並べ替えの完了時に ListChanged イベントを発生させる並べ替えを実装します。
-
SupportsSortingCore をオーバーライドし、SupportsSortingCore を true に設定します。
さらに、補足的な SortDirectionCore および SortPropertyCore の各並べ替えプロパティを実装することもできます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からBindingList.ApplySortCore メソッドを検索する場合は、下記のリンクをクリックしてください。

- BindingList.ApplySortCore メソッドのページへのリンク