共用方式為


SPList.FieldIndexes property

取得清單上定義的欄位索引的集合。

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

Syntax

'宣告
Public ReadOnly Property FieldIndexes As SPFieldIndexCollection
    Get
'用途
Dim instance As SPList
Dim value As SPFieldIndexCollection

value = instance.FieldIndexes
public SPFieldIndexCollection FieldIndexes { get; }

Property value

Type: Microsoft.SharePoint.SPFieldIndexCollection
SPFieldIndex 物件的集合。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace