IExplorerViewItemSet.Item[Int32] Property

Definition

Gets the element at the specified index.

public:
 property Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^ default[int] { Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^ get(int index); };
public Microsoft.SqlServer.Management.Explorer.IExplorerViewItem this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Explorer.IExplorerViewItem
Default Public ReadOnly Property Item(index As Integer) As IExplorerViewItem

Parameters

index
Int32

The zero-based index of the element to get.

Property Value

The element at the specified index.

Applies to