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 的實作。

適用於