Share via


IExplorerViewItemSet Interface

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

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IExplorerViewItemSet _
    Inherits IEnumerable(Of IExplorerViewItem), IEnumerable
'Usage
Dim instance As IExplorerViewItemSet
public interface IExplorerViewItemSet : IEnumerable<IExplorerViewItem>, 
    IEnumerable
public interface class IExplorerViewItemSet : IEnumerable<IExplorerViewItem^>, 
    IEnumerable
type IExplorerViewItemSet =  
    interface
        interface IEnumerable<IExplorerViewItem>
        interface IEnumerable
    end
public interface IExplorerViewItemSet extends IEnumerable<IExplorerViewItem>, IEnumerable

The IExplorerViewItemSet type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of the elements in the item set.
Public property Item Gets the element at the specified index.

Top

Methods

  Name Description
Public method GetEnumerator() (Inherited from IEnumerable<IExplorerViewItem>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method Sort Sorts the elements using the specified comparer.

Top