IExplorerViewItemSet.Item[Int32] Свойство

Определение

Получает элемент с указанным индексом.

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

Параметры

index
Int32

Индекс элемента (с нуля), который требуется получить.

Значение свойства

Элемент, расположенный по указанному индексу.

Применяется к