TypeConverter.SortProperties Method
.NET Framework 3.0
Sorts a collection of properties.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Assembly: System (in system.dll)
protected: PropertyDescriptorCollection^ SortProperties ( PropertyDescriptorCollection^ props, array<String^>^ names )
protected PropertyDescriptorCollection SortProperties ( PropertyDescriptorCollection props, String[] names )
protected function SortProperties ( props : PropertyDescriptorCollection, names : String[] ) : PropertyDescriptorCollection
Not applicable.
Parameters
- props
A PropertyDescriptorCollection that has the properties to sort.
- names
An array of names in the order you want the properties to appear in the collection.
Return Value
A PropertyDescriptorCollection that contains the sorted properties.Windows 98, Windows Server 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
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: