Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- stepGroups
Type: System.Collections.Generic.IEnumerable<ServicingStepGroup>
.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