ITeamProjectCollectionServicing.UpdateServicingStepGroups Method (IEnumerable<String>)

Updates servicing step groups and servicing steps defined in the xml documents.

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

Syntax

'Declaration
Sub UpdateServicingStepGroups ( _
    xmlFiles As IEnumerable(Of String) _
)
void UpdateServicingStepGroups(
    IEnumerable<string> xmlFiles
)
void UpdateServicingStepGroups(
    IEnumerable<String^>^ xmlFiles
)
abstract UpdateServicingStepGroups : 
        xmlFiles:IEnumerable<string> -> unit
function UpdateServicingStepGroups(
    xmlFiles : IEnumerable<String>
)

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