ITeamProjectCollectionServicing.UpdateServicingStepGroups Method (IEnumerable<ServicingStepGroup>)

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

Syntax

‘선언
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

.NET Framework Security

See Also

Reference

ITeamProjectCollectionServicing Interface

UpdateServicingStepGroups Overload

Microsoft.TeamFoundation.Framework.Client Namespace