IExplorerViewItemSet Interface
Displays the specified item in the ExplorerView control to be set.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of the elements in the item set. |
![]() | Item[Int32] | Gets the element at the specified index. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | Sort(IComparer<IExplorerViewItem^>^) | Sorts the elements using the specified comparer. |
Show:

