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

取得する要素の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある要素。

適用対象