PropertyDescriptorCollection::InternalSort Method (array<String^>^)
Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.
Assembly: System (in System.dll)
Parameters
- names
-
Type:
array<System::String^>^
An array of strings describing the order in which to sort the PropertyDescriptor objects in this collection.
The following code example defines the sort order for the InternalSort 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