ServicingStepGroup Constructor
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Sub New ( _
name As String, _
subsystem As String, _
steps As IEnumerable(Of ServicingStep) _
)
public ServicingStepGroup(
string name,
string subsystem,
IEnumerable<ServicingStep> steps
)
public:
ServicingStepGroup(
String^ name,
String^ subsystem,
IEnumerable<ServicingStep^>^ steps
)
new :
name:string *
subsystem:string *
steps:IEnumerable<ServicingStep> -> ServicingStepGroup
public function ServicingStepGroup(
name : String,
subsystem : String,
steps : IEnumerable<ServicingStep>
)
Parameters
- name
Type: System.String
- subsystem
Type: System.String
- steps
Type: System.Collections.Generic.IEnumerable<ServicingStep>
.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.