Intersoft ClientUI Documentation
SortProperties Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > LongTypeConverter Class : SortProperties Method






props
names

Syntax

Visual Basic (Declaration) 
Protected Function SortProperties( _
   ByVal props As PropertyDescriptorCollection, _
   ByVal names() As String _
) As PropertyDescriptorCollection
Visual Basic (Usage)Copy Code
Dim instance As LongTypeConverter
Dim props As PropertyDescriptorCollection
Dim names() As String
Dim value As PropertyDescriptorCollection
 
value = instance.SortProperties(props, names)
C# 
protected PropertyDescriptorCollection SortProperties( 
   PropertyDescriptorCollection props,
   string[] names
)
Delphi 
protected function SortProperties( 
    props: PropertyDescriptorCollection;
    names: Stringarray of
): PropertyDescriptorCollection; 
JScript 
protected function SortProperties( 
   props : PropertyDescriptorCollection,
   names : String[]
) : PropertyDescriptorCollection;
Managed Extensions for C++ 
protected: PropertyDescriptorCollection* SortProperties( 
   PropertyDescriptorCollection* props,
   string*[]* names
) 
C++/CLI 
protected:
PropertyDescriptorCollection^ SortProperties( 
   PropertyDescriptorCollection^ props,
   array<String^>^ names
) 

Parameters

props
names

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.