PropertyDescriptorCollection.InternalSort Method (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.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Parameters
- names
- Type: 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.