指定した IComparer を使用して、コレクションのメンバを並べ替えます。
Overloads Protected Sub InternalSort( _
ByVal sorter As IComparer _)
[C#]
protected void InternalSort(IComparersorter);
[C++]
protected: void InternalSort(IComparer* sorter);
[JScript]
protected function InternalSort(
sorter : IComparer);
パラメータ
- sorter
コレクション内の PropertyDescriptor オブジェクトを並べ替えるために使用する比較演算子。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PropertyDescriptorCollection クラス | PropertyDescriptorCollection メンバ | System.ComponentModel 名前空間 | PropertyDescriptorCollection.InternalSort オーバーロードの一覧 | IComparer