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

要取得的元素之以零為基底的索引。

屬性值

IExplorerViewItem

指定之索引處的元素。

適用於