TypeDescriptor.SortDescriptorArray(IList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts descriptors using the name of the descriptor.
public:
static void SortDescriptorArray(System::Collections::IList ^ infos);
public static void SortDescriptorArray(System.Collections.IList infos);
static member SortDescriptorArray : System.Collections.IList -> unit
Public Shared Sub SortDescriptorArray (infos As IList)
Parameters
Exceptions
infos
is null
.