Свойство SPFieldIndexCollection.Item (Guid)
Возвращает объект SPFieldIndex с указанным GUID в SPFieldIndexCollection.
Пространство имен: Microsoft.SharePoint
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
uniqueId As Guid _
) As SPFieldIndex
Get
'Применение
Dim instance As SPFieldIndexCollection
Dim uniqueId As Guid
Dim value As SPFieldIndex
value = instance(uniqueId)
public SPFieldIndex this[
Guid uniqueId
] { get; }
Параметры
uniqueId
Тип: System.GuidИдентификатор объекта SPFieldIndex для извлечения.
Значение свойства
Тип: Microsoft.SharePoint.SPFieldIndex
Объект SPFieldIndex в текущем SPFieldIndexCollection с указанным GUID.