IExplorerViewItemSet Interface

Definição

Exibe o item especificado no controle ExplorerView a ser definido.

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)
Implementações

Propriedades

Count

Obtém o número dos elementos no conjunto de itens.

Item[Int32]

Obtém o elemento no índice especificado.

Métodos

Sort(IComparer<IExplorerViewItem>)

Classifica os elementos usando o comparador especificado.

Aplica-se a