IExplorerViewItemSet.Sort(IComparer<IExplorerViewItem>) 方法

定义

使用指定比较器对元素进行排序。

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))

参数

comparer
IComparer<IExplorerViewItem>

用于执行自定义排序操作的 IComparer 的实现。

适用于