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; }
參數
index
Type: System.Int32中SPFieldIndexCollection的SPFieldIndex物件的索引。
Property value
Type: Microsoft.SharePoint.SPFieldIndex
具有指定索引中SPFieldIndexCollection的SPFieldIndex物件。