Repository.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
<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
)
Paramètres
- workspaceName
Type : System.String
- workspaceOwner
Type : System.String
- changes
Type : array<Microsoft.TeamFoundation.VersionControl.Server.SecurityChange[]
Choix de modifications à appliquer.
- failures
Type : System.Collections.Generic.List<Failure>%
Échecs qui se produisent appliquant chaque modification.
Valeur de retour
Type : System.Collections.Generic.List<SecurityChange>
Choix de modifications trouvées.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms