Compartilhar via


SPGroupCollection.Remove method (Int32)

Remove o grupo no índice especificado na coleção.

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

Syntax

'Declaração
Public Sub Remove ( _
    index As Integer _
)
'Uso
Dim instance As SPGroupCollection
Dim index As Integer

instance.Remove(index)
public void Remove(
    int index
)

Parâmetros

  • index
    Type: System.Int32

    Um inteiro de 32 bits que especifica o índice do grupo a ser removido.

Exceptions

Exception Condition
SPException

A coleção de grupo é somente leitura.

Ver também

Referência

SPGroupCollection class

SPGroupCollection members

Remove overload

Microsoft.SharePoint namespace