TeamFoundationStepPerformerBase.AddStepType Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Sub AddStepType ( _
stepType As TeamFoundationStepType _
)
public void AddStepType(
TeamFoundationStepType stepType
)
public:
void AddStepType(
TeamFoundationStepType^ stepType
)
member AddStepType :
stepType:TeamFoundationStepType -> unit
public function AddStepType(
stepType : TeamFoundationStepType
)
Parameters
.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.