ITeamProjectCollectionServicing.UpdateServicingStepGroups Method (IEnumerable<Stream>)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Sub UpdateServicingStepGroups ( _
xmlStreams As IEnumerable(Of Stream) _
)
void UpdateServicingStepGroups(
IEnumerable<Stream> xmlStreams
)
void UpdateServicingStepGroups(
IEnumerable<Stream^>^ xmlStreams
)
abstract UpdateServicingStepGroups :
xmlStreams:IEnumerable<Stream> -> unit
function UpdateServicingStepGroups(
xmlStreams : IEnumerable<Stream>
)
Parameters
- xmlStreams
Type: System.Collections.Generic.IEnumerable<Stream>
.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