TypeConverter.SortProperties メソッド
プロパティのコレクションを並べ替えます。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
'宣言
Protected Function SortProperties ( _
props As PropertyDescriptorCollection, _
names As String() _
) As PropertyDescriptorCollection
'使用
Dim props As PropertyDescriptorCollection
Dim names As String()
Dim returnValue As PropertyDescriptorCollection
returnValue = Me.SortProperties(props, names)
protected PropertyDescriptorCollection SortProperties (
PropertyDescriptorCollection props,
string[] names
)
protected:
PropertyDescriptorCollection^ SortProperties (
PropertyDescriptorCollection^ props,
array<String^>^ names
)
protected PropertyDescriptorCollection SortProperties (
PropertyDescriptorCollection props,
String[] names
)
protected function SortProperties (
props : PropertyDescriptorCollection,
names : String[]
) : PropertyDescriptorCollection
パラメータ
- props
並べ替える対象のプロパティを格納している PropertyDescriptorCollection。
- names
コレクション内でプロパティを並べ替える順序で並べた名前の配列。
戻り値
並べ替えられたプロパティを格納した PropertyDescriptorCollection。
解説
コレクション内のプロパティのうち、名前の配列内に存在していないプロパティは、配列の末尾にアルファベット順で追加されます。names パラメータが空の配列であるか null 参照 (Visual Basic では Nothing) の場合は、コレクション内のすべてのプロパティがアルファベット順に並べ替えられます。
プラットフォーム
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
TypeConverter クラス
TypeConverter メンバ
System.ComponentModel 名前空間
PropertyDescriptorCollection クラス
TypeConverter クラス