IBindingList.ApplySort メソッド
PropertyDescriptor と ListSortDirection に基づいて並べ替えを行います。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
'宣言
Sub ApplySort ( _
property As PropertyDescriptor, _
direction As ListSortDirection _
)
'使用
Dim instance As IBindingList
Dim property As PropertyDescriptor
Dim direction As ListSortDirection
instance.ApplySort(property, direction)
void ApplySort (
PropertyDescriptor property,
ListSortDirection direction
)
void ApplySort (
PropertyDescriptor^ property,
ListSortDirection direction
)
void ApplySort (
PropertyDescriptor property,
ListSortDirection direction
)
function ApplySort (
property : PropertyDescriptor,
direction : ListSortDirection
)
パラメータ
- property
並べ替えのキーとなる PropertyDescriptor。
- direction
ListSortDirection 値の 1 つ。
例外
例外の種類 | 条件 |
---|---|
SupportsSorting が false です。 |
解説
項目が追加または削除された場合、これらの項目は指定した並べ替え順序で配置されます。
このメソッドは、SupportsSorting が true の場合にサポートされます。それ以外の場合、このメソッドは NotSupportedException をスローします。
実装時の注意 このメソッドの実装は、Reset 列挙体で ListChanged イベントを発生させる必要があります。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
.NET Compact Framework
サポート対象 : 2.0、1.0
参照
関連項目
IBindingList インターフェイス
IBindingList メンバ
System.ComponentModel 名前空間