Поделиться через


Свойство 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; }

Параметры

Значение свойства

Тип: Microsoft.SharePoint.SPFieldIndex
Объект с указанным индексом в SPFieldIndexCollectionSPFieldIndex .

См. также

Справочные материалы

SPFieldIndexCollection класс

Элементы SPFieldIndexCollection

Перегрузка Item

Пространство имен Microsoft.SharePoint