IExplorerViewItemSet.Sort(IComparer<IExplorerViewItem>) Method

Definition

Sorts the elements using the specified comparer.

public:
 void Sort(System::Collections::Generic::IComparer<Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^> ^ comparer);
public void Sort (System.Collections.Generic.IComparer<Microsoft.SqlServer.Management.Explorer.IExplorerViewItem> comparer);
abstract member Sort : System.Collections.Generic.IComparer<Microsoft.SqlServer.Management.Explorer.IExplorerViewItem> -> unit
Public Sub Sort (comparer As IComparer(Of IExplorerViewItem))

Parameters

comparer
IComparer<IExplorerViewItem>

An implementation of IComparer that performs the custom sorting operation.

Applies to