共用方式為


SPFieldIndexCollection.Item property (Int32)

在SPFieldIndexCollection中取得具有指定索引的SPFieldIndex物件。

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

Syntax

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

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

參數

Property value

Type: Microsoft.SharePoint.SPFieldIndex
具有指定索引中SPFieldIndexCollection的SPFieldIndex物件。

請參閱

參照

SPFieldIndexCollection class

SPFieldIndexCollection members

Item overload

Microsoft.SharePoint namespace