SPListItemCollection.Item property (Int32)
取得集合指定索引處的清單項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPListItem
Get
'用途
Dim instance As SPListItemCollection
Dim iIndex As Integer
Dim value As SPListItem
value = instance(iIndex)
public SPListItem this[
int iIndex
] { get; }
參數
iIndex
Type: System.Int3232 位元的整數,集合中指定的項目索引。
Property value
Type: Microsoft.SharePoint.SPListItem
項目。
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | 指定的索引超出索引集合的有效範圍。 |
備註
無法存取的項目ID屬性可取得集合中的項目的索引。