共用方式為


SPListItemVersion.Item property (Int32)

取得與項目相關聯的欄位集合中指定之索引處的項目版本中包含的值。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object
    Get
'用途
Dim instance As SPListItemVersion
Dim index As Integer
Dim value As Object

value = instance(index)
public Object this[
    int index
] { get; }

參數

  • index
    Type: System.Int32

    指定清單中的欄位根據欄位的集合的索引為 32 位元整數。

Property value

Type: System.Object
物件,代表欄位的值。

請參閱

參照

SPListItemVersion class

SPListItemVersion members

Item overload

Microsoft.SharePoint namespace