IExplorerViewItemSet Interface

Definition

Displays the specified item in the ExplorerView control to be set.

public interface class IExplorerViewItemSet : System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^>
public interface IExplorerViewItemSet : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Explorer.IExplorerViewItem>
type IExplorerViewItemSet = interface
    interface seq<IExplorerViewItem>
    interface IEnumerable
Public Interface IExplorerViewItemSet
Implements IEnumerable(Of IExplorerViewItem)
Implements

Properties

Count

Gets the number of the elements in the item set.

Item[Int32]

Gets the element at the specified index.

Methods

Sort(IComparer<IExplorerViewItem>)

Sorts the elements using the specified comparer.

Applies to