Compartilhar via


SPViewCollection.Item property (Int32)

Obtém o objeto de exibição no índice especificado na coleção.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPView
    Get
'Uso
Dim instance As SPViewCollection
Dim iIndex As Integer
Dim value As SPView

value = instance(iIndex)
public SPView this[
    int iIndex
] { get; }

Parâmetros

  • iIndex
    Type: System.Int32

    Um inteiro de 32 bits que especifica o índice.

Property value

Type: Microsoft.SharePoint.SPView
Um objeto SPView que representa o modo de exibição.

Comentários

A propriedade Item lança um ArgumentOutOfRangeException se o índice especificado está fora do intervalo válido de índices para a coleção.

Ver também

Referência

SPViewCollection class

SPViewCollection members

Item overload

Microsoft.SharePoint namespace