NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDescriptor.SortDescriptorArray

Sorts descriptors by name of the descriptor.

[Visual Basic]
Public Shared Sub SortDescriptorArray( _
   ByVal infos As IList _
)
[C#]
public static void SortDescriptorArray(
   IList infos
);
[C++]
public: static void SortDescriptorArray(
   IList* infos
);
[JScript]
public static function SortDescriptorArray(
   infos : IList
);

Parameters

infos
An IList that contains the descriptors to sort.

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace | TypeDescriptor | EventDescriptor | PropertyDescriptor | System.Reflection.IList