PropertyDescriptorCollection::Sort Method (array<String^>^, IComparer^)
Sorts the members of this collection. The specified order is applied first, followed by the sort using the specified IComparer.
Assembly: System (in System.dll)
public: virtual PropertyDescriptorCollection^ Sort( array<String^>^ names, IComparer^ comparer )
Parameters
- names
-
Type:
array<System::String^>^
An array of strings describing the order in which to sort the PropertyDescriptor objects in this collection.
- comparer
-
Type:
System.Collections::IComparer^
A comparer to use to sort the PropertyDescriptor objects in this collection.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A new PropertyDescriptorCollection that contains the sorted PropertyDescriptor objects.
The following code example defines the sort order for the Sort method. If the PropertyDescriptorCollection contains four PropertyDescriptor objects with the names A, B, C, and D, the properties of myNewColl would be sorted in the order D, B, A, and C.
Available since 1.1