Share via


IExplorerViewItemSet.Item Property

Gets the element at the specified index.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    index As Integer _
) As IExplorerViewItem
    Get
'Usage
Dim instance As IExplorerViewItemSet
Dim index As Integer
Dim value As IExplorerViewItem

value = instance(index)
IExplorerViewItem this[
    int index
] { get; }
property IExplorerViewItem^ default[int index] {
    IExplorerViewItem^ get (int index);
}
abstract Item : IExplorerViewItem
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index
    Type: System.Int32
    The zero-based index of the element to get.

Property Value

Type: Microsoft.SqlServer.Management.Explorer.IExplorerViewItem
The element at the specified index.