Partager via


TeamFoundationVersionControlService.UpdateItemSecurity, méthode

Modifie les informations de sécurité d'un élément.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
Public Function UpdateItemSecurity ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    workspaceOwner As String, _
    changes As SecurityChange() _
) As TeamFoundationDataReader
public TeamFoundationDataReader UpdateItemSecurity(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    SecurityChange[] changes
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail, si les chemins d'accès locaux sont spécifiés.Ce paramètre peut être null.
  • workspaceOwner
    Type : System.String
    Le propriétaire de l'espace de travail.Ce paramètre peut être null.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
TeamFoundationDataReader avec les résultats dans l'ordre suivant : Choix de SecurityChange [] - de modifications trouvées.Échecs d'échec [] )qui se produisent appliquant chaque modification.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationVersionControlService Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms