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부터 시작하는 인덱스입니다.

속성 값

지정한 인덱스의 요소입니다.

적용 대상