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 구현입니다.

적용 대상