TeamFoundationStepPerformerBase.AddStepType Method (Action)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub AddStepType ( _
    stepType As ActionString, ServicingContext _
)
public void AddStepType(
    ActionString, ServicingContext stepType
)
public:
void AddStepType(
    ActionString, ServicingContext^ stepType
)
member AddStepType : 
        stepType:ActionString, ServicingContext -> unit
public function AddStepType(
    stepType : ActionString, ServicingContext
)

Parameters

  • stepType
    Type: SystemActionString, ServicingContext

.NET Framework Security

See Also

Reference

TeamFoundationStepPerformerBase Class

AddStepType Overload

Microsoft.TeamFoundation.Framework.Server Namespace