Share via


IToolProvider.Execute Method

The execute method for the tool. Called to execute the tool by the OM.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Function Execute ( _
    exitHandler As EventHandler, _
    advancedParameters As AdvancedToolParameters, _
    ParamArray arguments As String() _
) As IToolExecutionResult
IToolExecutionResult Execute(
    EventHandler exitHandler,
    AdvancedToolParameters advancedParameters,
    params string[] arguments
)
IToolExecutionResult^ Execute(
    EventHandler^ exitHandler, 
    AdvancedToolParameters^ advancedParameters, 
    ... array<String^>^ arguments
)
abstract Execute : 
        exitHandler:EventHandler * 
        advancedParameters:AdvancedToolParameters * 
        arguments:string[] -> IToolExecutionResult
function Execute(
    exitHandler : EventHandler, 
    advancedParameters : AdvancedToolParameters, 
    ... arguments : String[]
) : IToolExecutionResult

Parameters

  • arguments
    Type: array<System.String[]

    All the argument specified by the operation

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.IToolExecutionResult
The execute method for the tool. Called to execute the tool by the OM.

.NET Framework Security

See Also

Reference

IToolProvider Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace