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 的實作,執行自訂排序操作。

適用於