Свойство SPFieldIndexCollection.Item (Int32)
Возвращает объект SPFieldIndex с указанным индексом в SPFieldIndexCollection.
Пространство имен: Microsoft.SharePoint
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
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
Тип: System.Int32Индекс объекта SPFieldIndex в SPFieldIndexCollection.
Значение свойства
Тип: Microsoft.SharePoint.SPFieldIndex
Объект с указанным индексом в SPFieldIndexCollectionSPFieldIndex .