TeamFoundationStepType Delegate
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Delegate Sub TeamFoundationStepType ( _
stepData As String, _
servicingContext As ServicingContext, _
validateOnly As Boolean _
)
public delegate void TeamFoundationStepType(
string stepData,
ServicingContext servicingContext,
bool validateOnly
)
public delegate void TeamFoundationStepType(
String^ stepData,
ServicingContext^ servicingContext,
bool validateOnly
)
type TeamFoundationStepType =
delegate of
stepData:string *
servicingContext:ServicingContext *
validateOnly:bool -> unit
JScript does not support delegates.
Parameters
- stepData
Type: System.String
- servicingContext
Type: Microsoft.TeamFoundation.Framework.Server.ServicingContext
- validateOnly
Type: System.Boolean