IServicingExecutionHandlerProvider.GetServicingStepGroupExecutionHandler Method

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

Syntax

'宣言
Function GetServicingStepGroupExecutionHandler ( _
    fullTypeName As String _
) As IServicingStepGroupExecutionHandler
IServicingStepGroupExecutionHandler GetServicingStepGroupExecutionHandler(
    string fullTypeName
)
IServicingStepGroupExecutionHandler^ GetServicingStepGroupExecutionHandler(
    String^ fullTypeName
)
abstract GetServicingStepGroupExecutionHandler : 
        fullTypeName:string -> IServicingStepGroupExecutionHandler 
function GetServicingStepGroupExecutionHandler(
    fullTypeName : String
) : IServicingStepGroupExecutionHandler

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.IServicingStepGroupExecutionHandler

.NET Framework Security

See Also

Reference

IServicingExecutionHandlerProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace