Compartilhar via


SPRoleCollection.Item property (Int32)

NOTE: This API is now obsolete.

Obsoleto. Use em vez disso, as novas classes SPRoleDefinition e SPRoleAssignment para definir funções e atribuir usuários a elas. Para obter mais informações, consulte Changes in the Authorization Object Model. (Em Windows SharePoint Services 2,0, a propriedade Item retornado o objeto de função no índice especificado na coleção e é mantida para compatibilidade com versões anteriores.)

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

Syntax

'Declaração
<ObsoleteAttribute("Use the SPRoleDefinitionCollection class instead")> _
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPRole
    Get
'Uso
Dim instance As SPRoleCollection
Dim index As Integer
Dim value As SPRole

value = instance(index)
[ObsoleteAttribute("Use the SPRoleDefinitionCollection class instead")]
public SPRole this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    Um inteiro de 32 bits que especifica o índice.

Property value

Type: Microsoft.SharePoint.SPRole
Um objeto SPRole que representa a funçã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

SPRoleCollection class

SPRoleCollection members

Item overload

Microsoft.SharePoint namespace