IExplorerViewItemSet Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |