TeamFoundationStepPerformerBase.IStepPerformer.GetServicingStep Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private Function GetServicingStep ( _
stepType As String _
) As IServicingStep Implements IStepPerformer.GetServicingStep
IServicingStep IStepPerformer.GetServicingStep(
string stepType
)
private:
virtual IServicingStep^ GetServicingStep(
String^ stepType
) sealed = IStepPerformer::GetServicingStep
private abstract GetServicingStep :
stepType:string -> IServicingStep
private override GetServicingStep :
stepType:string -> IServicingStep
JScript does not support explicit interface implementations.
Parameters
- stepType
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.IServicingStep
Implements
IStepPerformer.GetServicingStep(String)
.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.