Partilhar via


Método Repository.UpdateItemSecurity

Altera a informações de segurança de um item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function UpdateItemSecurity ( _
    workspaceName As String, _
    workspaceOwner As String, _
    changes As SecurityChange(), _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of SecurityChange)
[WebMethodAttribute]
public List<SecurityChange> UpdateItemSecurity(
    string workspaceName,
    string workspaceOwner,
    SecurityChange[] changes,
    out List<Failure> failures
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.List<SecurityChange>
Matriz de alterações com êxito.

Segurança do .NET Framework

Consulte também

Referência

Repository Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server