Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
xmlFiles
Type: System.Collections.Generic.IEnumerable<String>Filesystem paths to xml documents containing serialized servicing step groups
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITeamProjectCollectionServicing Interface