ITeamProjectCollectionServicing.UpdateServicingStepGroups Method (IEnumerable<ServicingStepGroup>)

Updates servicing step groups and servicing steps listed in the stepGroups collection.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub UpdateServicingStepGroups ( _
    stepGroups As IEnumerable(Of ServicingStepGroup) _
)
void UpdateServicingStepGroups(
    IEnumerable<ServicingStepGroup> stepGroups
)
void UpdateServicingStepGroups(
    IEnumerable<ServicingStepGroup^>^ stepGroups
)
abstract UpdateServicingStepGroups : 
        stepGroups:IEnumerable<ServicingStepGroup> -> unit
function UpdateServicingStepGroups(
    stepGroups : IEnumerable<ServicingStepGroup>
)

Parameters

Remarks

Step groups are identified by their name property. A new step group replaces any pre-existing step group with the same name.

.NET Framework Security

See Also

Reference

ITeamProjectCollectionServicing Interface

UpdateServicingStepGroups Overload

Microsoft.TeamFoundation.Framework.Client Namespace