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 | |
---|---|---|
Count | Gets the number of the elements in the item set. | |
Item | Gets the element at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable<IExplorerViewItem>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
Sort | Sorts the elements using the specified comparer. |
Top