Свойство SPWebPartTransformerCollection.Item
Получает или задает значение свойства Item .
Пространство имен: Microsoft.SharePoint.WebPartPages
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
Public Default Property Item ( _
index As Integer _
) As WebPartTransformer
Get
Set
'Применение
Dim instance As SPWebPartTransformerCollection
Dim index As Integer
Dim value As WebPartTransformer
value = instance(index)
instance(index) = value
public WebPartTransformer this[
int index
] { get; set; }
Параметры
- index
Тип: System.Int32
Значение свойства
Тип: System.Web.UI.WebControls.WebParts.WebPartTransformer
См. также
Справочные материалы
SPWebPartTransformerCollection класс