指定した IComparer を使用して、 EventDescriptorCollection のメンバを並べ替えます。
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
コレクション内の EventDescriptor オブジェクトを並べ替えるために使用する比較演算子。
解説
sorter パラメータが null 参照 (Visual Basic では Nothing) の場合は、既定の並べ替え順序が使用されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
EventDescriptorCollection クラス | EventDescriptorCollection メンバ | System.ComponentModel 名前空間 | EventDescriptorCollection.InternalSort オーバーロードの一覧 | IComparer