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
- 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.