TypeConverter.SortProperties Method (PropertyDescriptorCollection, String[])
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Sorts a collection of properties.
Assembly: System (in System.dll)
protected PropertyDescriptorCollection SortProperties( PropertyDescriptorCollection props, string[] names )
Parameters
- props
-
Type:
System.ComponentModel.PropertyDescriptorCollection
A PropertyDescriptorCollection that has the properties to sort.
- names
-
Type:
System.String[]
An array of names in the order you want the properties to appear in the collection.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollectionA 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: