SPModuleCollection.Item property
Obtém o objeto módulo no índice especificado na coleção. No Microsoft Visual C#, essa propriedade é o indexador para a classe SPModuleCollection .
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPModule
Get
'Uso
Dim instance As SPModuleCollection
Dim index As Integer
Dim value As SPModule
value = instance(index)
public SPModule this[
int index
] { get; }
Parâmetros
index
Type: System.Int32Um inteiro de 32 bits que especifica o índice.
Property value
Type: Microsoft.SharePoint.SPModule
Um objeto Microsoft.SharePoint.SPModule que representa o módulo.