IExplorerViewItemSet.Sort(IComparer<IExplorerViewItem>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的比較子排序元素。
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 的實作。