TypeConverter::SortProperties Method (PropertyDescriptorCollection^, array<String^>^)
.NET Framework (current version)
Sorts a collection of properties.
Assembly: System (in System.dll)
protected: PropertyDescriptorCollection^ SortProperties( PropertyDescriptorCollection^ props, array<String^>^ names )
Parameters
- props
-
Type:
System.ComponentModel::PropertyDescriptorCollection^
A PropertyDescriptorCollection that has the properties to sort.
- names
-
Type:
array<System::String^>^
An array of names in the order you want the properties to appear in the collection.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection that contains the sorted properties.
All properties in the collection that are not already in the array of names are added alphabetically to the end. If the names parameter is an empty array or null, all the properties in the collection are sorted alphabetically.
.NET Framework
Available since 1.1
Available since 1.1
Show: