ITeamProjectCollectionServicing.UpdateServicingStepGroups, méthode (IEnumerable<ServicingStepGroup>)
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Sub UpdateServicingStepGroups ( _
stepGroups As IEnumerable(Of ServicingStepGroup) _
)
void UpdateServicingStepGroups(
IEnumerable<ServicingStepGroup> stepGroups
)
Paramètres
- stepGroups
Type : System.Collections.Generic.IEnumerable<ServicingStepGroup>
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
ITeamProjectCollectionServicing Interface